Use betterlockscreen for locking and suspend
This commit is contained in:
parent
1a34bf17e8
commit
b12072fb7c
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
lock)
|
lock)
|
||||||
slimlock
|
betterlockscreen -l
|
||||||
;;
|
;;
|
||||||
logout)
|
logout)
|
||||||
i3-msg exit
|
i3-msg exit
|
||||||
;;
|
;;
|
||||||
suspend)
|
suspend)
|
||||||
systemctl suspend
|
betterlockscreen -s
|
||||||
;;
|
;;
|
||||||
hibernate)
|
hibernate)
|
||||||
systemctl hibernate
|
systemctl hibernate
|
||||||
|
Loading…
Reference in New Issue
Block a user