From 8005f034d1729f0b39ec6240317ce2a5bfd39d34 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 23 Aug 2025 12:36:28 +0200 Subject: [PATCH] kanshi: Add vertical docked configuration --- desktop/.config/kanshi/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/desktop/.config/kanshi/config b/desktop/.config/kanshi/config index 347040d..14ad04f 100644 --- a/desktop/.config/kanshi/config +++ b/desktop/.config/kanshi/config @@ -2,6 +2,13 @@ output "LG Electronics W2442 0x000574E1" alias $left-screen output "LG Electronics W2442 0x000574FD" alias $right-screen +profile dockedvert { + output $left-screen position 0,0 transform 90 + output $right-screen position 1080,0 + output eDP-1 disable + exec notify-send "💻 Display changed" "Applying vertical docked LG profile" +} + profile docked { output $left-screen position 0,0 transform 0 output $right-screen position 1920,0 transform 0