From dc693feabbacf8e489b789c241e68b1adf5c9b04 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Sun, 13 Oct 2024 17:07:31 +0300 Subject: [PATCH] Fix new estonia thinkvision screen position --- home/fhauser/applications/kanshi.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/fhauser/applications/kanshi.nix b/home/fhauser/applications/kanshi.nix index 945a7f6..fd02e2b 100644 --- a/home/fhauser/applications/kanshi.nix +++ b/home/fhauser/applications/kanshi.nix @@ -23,7 +23,7 @@ # Can be applied by profile.exec backgroundPicturePath = "~/shares/cloud.qo.is/pictures/backgrounds"; backgroundCommand = '' - swaymsg "output * bg `find ${backgroundPicturePath} -type f | shuf -n 1` fill" + ${pkgs.sway}/bin/swaymsg "output * bg `find ${backgroundPicturePath} -type f | shuf -n 1` fill" ''; screens = { @@ -43,7 +43,7 @@ criteria = "Eizo Nanao Corporation EV2450 92395086"; scale = null; }; - estonia-thinkvision = { + estonia-thinkvision.output = { criteria = "Lenovo Group Limited LEN P24h-20 V307DA61"; scale = null; }; @@ -57,8 +57,8 @@ (mkScreen chur-4k "1920,0") ]) (mkProfile "saba-desk" [ - (mkScreen estonia-thinkvision "0,0") - (mkScreen x1-screen "2560,0") + (mkScreen x1-screen "0,0") + (mkScreen estonia-thinkvision "1920,0") ]) ]); };