Use systemctl instead of betterlockscreen directly

This commit is contained in:
RealStickman 2021-03-09 08:57:41 +01:00
parent fc47fa40e8
commit 779361362b

View File

@ -9,7 +9,8 @@ case "$1" in
i3-msg exit
;;
suspend)
betterlockscreen -s
#betterlockscreen -s
systemctl suspend
;;
hibernate)
systemctl hibernate