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") ]) ]); };