From 3b4a2bd4772f96d75575faeef3ba9c71e2b6fa27 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Sun, 7 Aug 2022 16:10:28 +0200 Subject: [PATCH] Correction d'un bug avec swayidle --- config/sway/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/sway/config b/config/sway/config index 9f8813f..950e792 100644 --- a/config/sway/config +++ b/config/sway/config @@ -111,9 +111,10 @@ exec_always { # exec swayidle -w \ + timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' +#exec swayidle -w \ # timeout 300 'swaylock -f' \ # timeout 305 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ - timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' # before-sleep 'swaylock -f'