diff --git a/i3/scripts/i3exit b/i3/scripts/i3exit index edb87b1..3ee2cd9 100755 --- a/i3/scripts/i3exit +++ b/i3/scripts/i3exit @@ -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}"