feat: add suspend keybinding to sxhkd

This commit is contained in:
David 2020-09-12 19:14:46 +02:00
parent d0538619b3
commit 27227d2610
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ super + u
super + shift + u
dmenuumount
super + s
dmenuprompt "suspend?" "systemctl suspend"
super + shift + s
dmenuprompt "shutdown?" "shutdown -h now"