Fix new estonia thinkvision screen position
This commit is contained in:
parent
9c99de1e76
commit
dc693feabb
1 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
# Can be applied by profile.exec
|
# Can be applied by profile.exec
|
||||||
backgroundPicturePath = "~/shares/cloud.qo.is/pictures/backgrounds";
|
backgroundPicturePath = "~/shares/cloud.qo.is/pictures/backgrounds";
|
||||||
backgroundCommand = ''
|
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 = {
|
screens = {
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
criteria = "Eizo Nanao Corporation EV2450 92395086";
|
criteria = "Eizo Nanao Corporation EV2450 92395086";
|
||||||
scale = null;
|
scale = null;
|
||||||
};
|
};
|
||||||
estonia-thinkvision = {
|
estonia-thinkvision.output = {
|
||||||
criteria = "Lenovo Group Limited LEN P24h-20 V307DA61";
|
criteria = "Lenovo Group Limited LEN P24h-20 V307DA61";
|
||||||
scale = null;
|
scale = null;
|
||||||
};
|
};
|
||||||
|
@ -57,8 +57,8 @@
|
||||||
(mkScreen chur-4k "1920,0")
|
(mkScreen chur-4k "1920,0")
|
||||||
])
|
])
|
||||||
(mkProfile "saba-desk" [
|
(mkProfile "saba-desk" [
|
||||||
(mkScreen estonia-thinkvision "0,0")
|
(mkScreen x1-screen "0,0")
|
||||||
(mkScreen x1-screen "2560,0")
|
(mkScreen estonia-thinkvision "1920,0")
|
||||||
])
|
])
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue