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 }