From b871dedb5cd5128ffdfd8e64cb58d8c2b4a76fb1 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Mon, 16 Mar 2026 18:36:18 +0100 Subject: [PATCH] added: kanshi config --- .config/kanshi/config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .config/kanshi/config diff --git a/.config/kanshi/config b/.config/kanshi/config new file mode 100644 index 0000000..c488559 --- /dev/null +++ b/.config/kanshi/config @@ -0,0 +1,15 @@ +profile Laptop { + output eDP-1 enable +} + +profile Work { + output eDP-1 disable + output DP-3 enable mode 2560x1440@59.951Hz position 0,0 + output DP-5 enable mode 2560x1440@143.967Hz position 2560,0 +} + +profile Work2 { + output eDP-1 disable + output DP-4 enable mode 2560x1440@59.951Hz position 0,0 + output DP-7 enable mode 2560x1440@143.967Hz position 2560,0 +}