From 592e4ee3448c65d6a7eb6aa109aef39d4c4506a8 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Thu, 14 Jul 2022 11:10:04 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Correction=20r=C3=A9solution=20thinkstation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/kanshi/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kanshi/config b/config/kanshi/config index d58486b..c95c4a3 100644 --- a/config/kanshi/config +++ b/config/kanshi/config @@ -9,5 +9,5 @@ profile laptop { } profile home { - output HDMI-A-3 enable mode 3440x1440@100Hz position 0,0 + output HDMI-A-3 enable mode 3440x1440@49.987Hz position 0,0 } From eebc926c89183e75addeb8d5ccf140ac96c458c4 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Thu, 14 Jul 2022 11:19:38 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Ajout=20de=20la=20mise=20en=20veille=20auto?= =?UTF-8?q?=20de=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'