From eebc926c89183e75addeb8d5ccf140ac96c458c4 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Thu, 14 Jul 2022 11:19:38 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20mise=20en=20veille=20auto=20d?= =?UTF-8?q?e=20l'=C3=A9cran?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/sway/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/sway/config b/config/sway/config index d0d4ba4..9f8813f 100644 --- a/config/sway/config +++ b/config/sway/config @@ -110,9 +110,10 @@ exec_always { ### Idle configuration # -#exec swayidle -w \ +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'