From f7246dc6619c0127e81be7ee2dc276e50cb427ed Mon Sep 17 00:00:00 2001 From: Asmir A Date: Wed, 5 Feb 2025 11:56:19 +0100 Subject: [PATCH] home/kanshi: add display positions for docked profile --- home/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/home.nix b/home/home.nix index b5b3e98..680ea0e 100644 --- a/home/home.nix +++ b/home/home.nix @@ -299,14 +299,17 @@ in profile.outputs = [ { criteria = "eDP-1"; + position = "3840,0"; } { criteria = "Philips Consumer Electronics Company PHL 272S1 UHB2347026536"; mode = "1920x1080@74.973Hz"; + position = "5760,0"; } { criteria = "Philips Consumer Electronics Company PHL 272S1 UHB2347026535"; mode = "1920x1080@74.973Hz"; + position = "7680,0"; } ]; }