wofi: add quit keybinding
This commit is contained in:
parent
279fecd90b
commit
4540a3b8a0
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@ bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, T, togglesplit, # dwindle
|
bind = $mainMod, T, togglesplit, # dwindle
|
||||||
bind = $mainMod, F, fullscreen, 1
|
bind = $mainMod, F, fullscreen, 1
|
||||||
bind = ALT, TAB, exec, $HOME/.cargo/bin/window_switcher
|
bind = ALT, TAB, exec, $HOME/.cargo/bin/window_switcher
|
||||||
|
bind = CONTROL, C, exec, pkill wofi
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, L, movefocus, l
|
bind = $mainMod, L, movefocus, l
|
||||||
bind = $mainMod, H, movefocus, r
|
bind = $mainMod, H, movefocus, r
|
||||||
|
|
Loading…
Add table
Reference in a new issue