Change exit hyprland to SHIFT M
Too many times I pressed SUPER M by accident because I wanted to press SUPER W to close something. So now closing hyprland is SUPER SHIFT M instead.
This commit is contained in:
parent
43af708c16
commit
07686b7e37
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
bind = $mainMod, T, exec, $terminal
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod, W, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod SHIFT, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bindr = $mainMod, SUPER_L, exec, $app_menu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue