small hyprland fixes
This commit is contained in:
parent
7a064dbc47
commit
6ee4a184b8
1 changed files with 4 additions and 3 deletions
|
@ -3,15 +3,16 @@
|
||||||
# Main Bindings
|
# Main Bindings
|
||||||
#
|
#
|
||||||
# Foot, you done goofed
|
# Foot, you done goofed
|
||||||
#bind=ALT,RETURN,exec,foot
|
bind=ALT,RETURN,exec,foot
|
||||||
bind=ALT,RETURN,exec,kitty
|
#bind=ALT,RETURN,exec,kitty
|
||||||
|
|
||||||
bind=ALT,Q,killactive,
|
bind=ALT,Q,killactive,
|
||||||
bind=SUPER,M,exec,pkill Hyprland
|
bind=SUPER,M,exec,pkill Hyprland
|
||||||
bind=ALT,E,exec,dolphin
|
bind=ALT,E,exec,dolphin
|
||||||
bind=ALT,V,togglefloating,
|
bind=ALT,V,togglefloating,
|
||||||
bindr=ALTSHIFT,RETURN,exec,pkill wofi || wofi -S drun --allow-images
|
bindr=ALTSHIFT,RETURN,exec,pkill wofi || wofi -S drun --allow-images
|
||||||
bind=ALTSHIFT,F,fullscreen
|
bind=ALTSHIFT,F,fullscreen,1
|
||||||
|
bind=ALTSHIFT,M,fullscreen,0
|
||||||
bind=,Print,exec,grim -g "$(slurp)" -t jpeg - | wl-copy
|
bind=,Print,exec,grim -g "$(slurp)" -t jpeg - | wl-copy
|
||||||
bind=SHIFT,Print,exec,grim -g "$(slurp)" -t jpeg Downloads/screenshot.jpeg
|
bind=SHIFT,Print,exec,grim -g "$(slurp)" -t jpeg Downloads/screenshot.jpeg
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue