From 66531578ae9b4958a4d52104f383de6696002ecf Mon Sep 17 00:00:00 2001 From: oxypomme Date: Fri, 19 Sep 2025 14:38:46 +0200 Subject: [PATCH] fix(kanshi): fixed issues with negative positions --- .config/kanshi/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/kanshi/config b/.config/kanshi/config index 3fdcb2f..154227f 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -11,13 +11,13 @@ output "eDP-1" { output "Dell Inc. DELL P2414H KKMMW62M0YKU" { alias $OFFICE_CENTER mode 1920x1080@60 - position 0,0 + position 1920,0 } output "Hewlett Packard LA2405 CN41150LLN" { alias $OFFICE_RIGHT mode 1920x1200@59.950 - position 1920,0 + position 3840,0 } # === Home === @@ -25,20 +25,20 @@ output "Hewlett Packard LA2405 CN41150LLN" { output "Iiyama North America PL2470H 0x30363738" { alias $HOME_LEFT mode 1920x1080@120 - position -1920,0 + position 0,0 } output "AOC Q24G4 VH0R3HA002164" { alias $HOME_CENTER mode 2560x1440@120 - position 0,0 + position 1920,0 scale 1.25 } output "Iiyama North America PL2470H 0x30363735" { alias $HOME_RIGHT mode 1920x1080@60 - position 2048,-235 + position 3968,-235 transform 270 } @@ -69,7 +69,7 @@ profile Home { } profile Office { - output $INTERNAL enable position -1920,0 + output $INTERNAL enable position 0,0 output $OFFICE_CENTER enable output $OFFICE_RIGHT enable