Use betterlockscreen for locking and suspend

This commit is contained in:
RealStickman 2020-11-23 13:30:43 +01:00
parent 1a34bf17e8
commit b12072fb7c

View File

@ -3,13 +3,13 @@
case "$1" in
lock)
slimlock
betterlockscreen -l
;;
logout)
i3-msg exit
;;
suspend)
systemctl suspend
betterlockscreen -s
;;
hibernate)
systemctl hibernate