Use systemctl instead of betterlockscreen directly
This commit is contained in:
parent
fc47fa40e8
commit
779361362b
@ -9,7 +9,8 @@ case "$1" in
|
|||||||
i3-msg exit
|
i3-msg exit
|
||||||
;;
|
;;
|
||||||
suspend)
|
suspend)
|
||||||
betterlockscreen -s
|
#betterlockscreen -s
|
||||||
|
systemctl suspend
|
||||||
;;
|
;;
|
||||||
hibernate)
|
hibernate)
|
||||||
systemctl hibernate
|
systemctl hibernate
|
||||||
|
Loading…
Reference in New Issue
Block a user