i3: Fix screen disabling

This commit is contained in:
2017-09-12 19:36:50 +02:00
parent 1cd8b54284
commit da81258197

View File

@@ -74,7 +74,7 @@ case "$signal" in
;;
screen-off)
log "[I] Turning screen off."
lock_and_screen_off
screen_off
;;
*)
echo "Usage: $0 {lock|logout|suspend|hibernate|reboot|shutdown}"