From da81258197d374e97266a32bd7f3e0d61b8a7658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 12 Sep 2017 19:36:50 +0200 Subject: [PATCH] i3: Fix screen disabling --- i3/scripts/i3exit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"