feat: use elogind to suspend/shutdo<wn/reboot
This commit is contained in:
parent
91bee9981d
commit
8c0da4f9b6
@ -18,13 +18,13 @@ super + shift + u
|
|||||||
dmenuumount
|
dmenuumount
|
||||||
|
|
||||||
super + s
|
super + s
|
||||||
dmenuprompt "suspend?" "doas suspend"
|
dmenuprompt "suspend?" "loginctl suspend"
|
||||||
|
|
||||||
super + shift + s
|
super + shift + s
|
||||||
dmenuprompt "shutdown?" "doas shutdown -h now"
|
dmenuprompt "shutdown?" "loginctl poweroff"
|
||||||
|
|
||||||
super + shift + r
|
super + shift + r
|
||||||
dmenuprompt "reboot?" "doas reboot"
|
dmenuprompt "reboot?" "loginctl reboot"
|
||||||
|
|
||||||
super + shift + d
|
super + shift + d
|
||||||
displayselect
|
displayselect
|
||||||
|
Reference in New Issue
Block a user