Suspend then lock...

This commit is contained in:
Sebastian Bugge 2024-12-27 00:15:54 +01:00
parent 2be6b2c0c0
commit 6a1ba01ec1
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

View file

@ -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