diff --git a/desktop/.config/kanshi/config b/desktop/.config/kanshi/config index fab1899..cd886f6 100644 --- a/desktop/.config/kanshi/config +++ b/desktop/.config/kanshi/config @@ -3,15 +3,21 @@ 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 $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 + output $left-screen { + position 0,0 + transform normal + } + output $right-screen position 1920,0 output eDP-1 disable exec notify-send "💻 Display changed" "Applying docked LG profile" }