From 354e00aa738d2c86ad77d0e10b7b23fd4b3d92da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 20 May 2019 21:29:00 +0200 Subject: [PATCH] Enable screen blanking after lock --- i3/scripts/i3exit | 1 + 1 file changed, 1 insertion(+) diff --git a/i3/scripts/i3exit b/i3/scripts/i3exit index dcfe9aa..051a433 100755 --- a/i3/scripts/i3exit +++ b/i3/scripts/i3exit @@ -48,6 +48,7 @@ lock_and_screen_off() { lock & _pid=$! screen_off + xset dpms 0 0 5 wait $_pid reset_screen }