From dabae64c077d5631e07069493eb5ed70ec49ad8d Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 7 Feb 2023 21:19:04 +0100 Subject: [PATCH] Update k anshi config Signed-off-by: Severin Kaderli --- system/.config/kanshi/config | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/system/.config/kanshi/config b/system/.config/kanshi/config index 2b53486..dcb7e6c 100644 --- a/system/.config/kanshi/config +++ b/system/.config/kanshi/config @@ -14,8 +14,13 @@ profile mobile { } profile gw2 { - output eDP-1 disable - output HDMI-A-2 mode 1920x1080@60.031Hz position 0,0 + output eDP-1 mode 1920x1080@60.031Hz position 0,0 + output HDMI-A-2 mode 1920x1080@60.031Hz position 1920,0 exec xrandr --output XWAYLAND0 --primary } + +profile presentation { + output eDP-1 enable mode 1920x1080@60.031Hz position 0,0 + output HDMI-A-1 mode 1920x1200@59.950Hz position 1920,-120 +}