From 33c65b5d75767eaaa27ff15da09a034389236378 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Wed, 13 Jul 2022 12:46:46 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9sactivation=20de=20l'auto=20lock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/sway/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/sway/config b/config/sway/config index 53da559..d0d4ba4 100644 --- a/config/sway/config +++ b/config/sway/config @@ -110,10 +110,10 @@ exec_always { ### Idle configuration # -exec swayidle -w \ - timeout 300 'swaylock -f' \ - timeout 305 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ - before-sleep 'swaylock -f' +#exec swayidle -w \ +# timeout 300 'swaylock -f' \ +# timeout 305 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ +# before-sleep 'swaylock -f' ### Autostart