From 22b80cc39ff3c87dde9aaa831dc98a524c79ed8d Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Thu, 19 Aug 2021 15:23:23 +0200 Subject: [PATCH] Update office screen positions --- .../user-configuration/fhauser/applications/kanshi.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/defaults/user-configuration/fhauser/applications/kanshi.nix b/defaults/user-configuration/fhauser/applications/kanshi.nix index 67cf9f3..5f5516c 100644 --- a/defaults/user-configuration/fhauser/applications/kanshi.nix +++ b/defaults/user-configuration/fhauser/applications/kanshi.nix @@ -33,12 +33,13 @@ status = "enable"; }) ]; - office-dock.outputs = mobile-work.outputs ++ [ - (mkScreen "Dell Inc. DELL P2720DC BRKPK53" // { position = "1920,0"; }) - (mkScreen "Dell Inc. DELL P2720DC 6JRRK53" // { position = "4480,0"; }) + office-dock.outputs = [ + (mkScreen "Dell Inc. DELL P2720DC BRKPK53" // { position = "0,0"; }) + (mkScreen "Dell Inc. DELL P2720DC 6JRRK53" // { position = "2560,0"; }) + (mkScreen "Unknown 0x08CE 0x00000000" // { position = "5120,0"; scale = 2.0; }) ]; home-pc.outputs = [ - (mkScreen "Dell Inc. DELL P2720DC 22JPK53" // { position = "0,0"; }) + (mkScreen "Dell Inc. DELL P2720DC 22JPK53" // { position = "4480,0"; }) (mkScreen "Unknown HP Z27 CN482201RP" // { position = "2560,0"; scale = 1.5;