From b61fa83b3b2a9f9dc9f87f633bc1748b81c92b6c Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 4 Jan 2022 16:38:08 +0100 Subject: [PATCH] Add kanshi configuration Signed-off-by: Severin Kaderli --- system/.config/kanshi/config | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 system/.config/kanshi/config diff --git a/system/.config/kanshi/config b/system/.config/kanshi/config new file mode 100644 index 0000000..8e3d32d --- /dev/null +++ b/system/.config/kanshi/config @@ -0,0 +1,21 @@ +profile home { + output eDP-1 disable + output HDMI-A-1 mode 1920x1200@59.950Hz position 0,0 + output HDMI-A-2 mode 1920x1080@60Hz position 1920,120 + + exec xrandr --output XWAYLAND0 + exec xrandr --output XWAYLAND1 --primary +} + +profile mobile { + output eDP-1 mode 1920x1080@60Hz position 0,0 + + exec xrandr --output XWAYLAND0 --primary +} + +profile gw2 { + output eDP-1 disable + output HDMI-A-2 mode 1920x1080@60Hz position 0,0 + + exec xrandr --output XWAYLAND0 --primary +}