mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
hyprland: Use Super+Shift+Q to close windows
This makes it harder to accidentally close windows.
This commit is contained in:
parent
768ca2232c
commit
03205ffada
@ -166,7 +166,7 @@ in
|
||||
$SUPER_ALT = ${modifier}_ALT
|
||||
|
||||
bind = $SUPER_SHIFT, Return, exec, kitty
|
||||
bind = $SUPER, Q, killactive
|
||||
bind = $SUPER_SHIFT, Q, killactive
|
||||
bind = $SUPER, W, exec, ~/.config/hypr/random-bg.fish
|
||||
bind = $SUPER, P, exec, dunstify --icon=$(grimblast save screen) Screenshot Captured.
|
||||
bind = , Print, exec, grimblast copy area
|
||||
|
Loading…
Reference in New Issue
Block a user