From c234660a65aed7a65b9c5ff3100d1def4598c358 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sat, 30 Oct 2021 20:25:10 -0700 Subject: [PATCH] sway: remove display blanking on idle --- sway/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sway/config b/sway/config index 962ed82..f782fb4 100644 --- a/sway/config +++ b/sway/config @@ -145,8 +145,7 @@ bindsym $super+Shift+semicolon exec $locker # Automatically lock after 5 minutes, suspend after 5 more exec swayidle -w \ timeout 300 $locker \ - timeout 600 'swaymsg "output * dpms off"' \ - resume 'swaymsg "output * dpms on"' \ + timeout 600 'systemctl suspend' \ before-sleep $locker # Only show borders if there's more than one window