Fix new estonia thinkvision screen position

This commit is contained in:
Fabian Hauser 2024-10-13 17:07:31 +03:00
parent 9c99de1e76
commit dc693feabb

View file

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