Add keybinds for locking, fix wofi doubling up
This commit is contained in:
parent
a1a5a4e2f5
commit
8c7fc1a387
@ -5,7 +5,7 @@ $mainMod = ALT
|
||||
# Program opening and closing
|
||||
bind = $mainMod, Return, exec, foot
|
||||
bind = $mainMod, Q, killactive
|
||||
bind = $mainMod, Space, exec, wofi -i --show drun
|
||||
bind = $mainMod, Space, exec, pgrep wofi || wofi -i --show drun
|
||||
#bind = $mainMod, M, exit,
|
||||
bind = $mainMod, T, pseudo, # dwindle
|
||||
bind = $mainMod, F, togglefloating,
|
||||
@ -29,6 +29,9 @@ bind = $mainMod, O, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||
bind = $mainMod, P, exec, pgrep pavucontrol || pavucontrol
|
||||
bind = $mainMod Shift, P, exec, pkill pavucontrol
|
||||
|
||||
# Miscellaneous non-movement hotkeys
|
||||
bind = CTRL ALT, L, exec, loginctl lock-session
|
||||
|
||||
# Change focus
|
||||
bind = $mainMod, h, movefocus, l
|
||||
bind = $mainMod, j, movefocus, d
|
||||
|
Loading…
Reference in New Issue
Block a user