Adding a suspend keybinding
This commit is contained in:
parent
925421a9c2
commit
19ea91ad73
|
@ -31,6 +31,9 @@ bindsym $mod+Shift+e exit
|
|||
# See 11-idle_lock.conf for locker definition
|
||||
bindsym $mod+Mod1+l exec "$locker"
|
||||
|
||||
# Suspend the whole system
|
||||
bindsym $mod+Mod1+s exec "systemctl suspend"
|
||||
|
||||
# Passmenu
|
||||
# (using aur/bemenu-dmenu to use dmenu without patching passmenu)
|
||||
bindsym $mod+p exec passmenu
|
||||
|
|
Loading…
Reference in New Issue