Suspend then lock...
This commit is contained in:
parent
2be6b2c0c0
commit
6a1ba01ec1
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ logout)
|
||||||
i3-msg exit
|
i3-msg exit
|
||||||
;;
|
;;
|
||||||
suspend)
|
suspend)
|
||||||
lock && systemctl suspend
|
systemctl suspend && lock
|
||||||
;;
|
;;
|
||||||
hibernate)
|
hibernate)
|
||||||
lock && systemctl hibernate
|
systemctl hibernate && lock
|
||||||
;;
|
;;
|
||||||
reboot)
|
reboot)
|
||||||
systemctl reboot
|
systemctl reboot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue