From c51b8cb1e50e31ecacc2de8923fb52f766b122bb Mon Sep 17 00:00:00 2001 From: dbroqua Date: Sun, 7 Aug 2022 16:09:34 +0200 Subject: [PATCH] Ajout d'une conf pour le home office --- config/kanshi/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/kanshi/config b/config/kanshi/config index f20c380..b44de26 100644 --- a/config/kanshi/config +++ b/config/kanshi/config @@ -8,7 +8,11 @@ profile laptop { output eDP-1 enable mode 1920x1080 position 0,0 } -profile home { +profile home-office { output HDMI-A-3 enable mode 3440x1440@49.987Hz position 0,0 output DP-1 enable mode 1920x1080@60Hz position 3440,0 transform 90 } + +profile home { + output HDMI-A-3 enable mode 3440x1440@49.987Hz position 0,0 +}