Change screen positions

This commit is contained in:
Jakob Lechner 2025-02-06 10:01:07 +01:00
parent defa57dabd
commit 371f201c4c

View file

@ -50,19 +50,19 @@ lib.mkIf nixosConfig.jalr.gui.enable {
{
profile.name = "digitaler-dienst";
profile.outputs = [
(internalDisplay // { position = "0,0"; })
{
criteria = "Lenovo Group Limited L27q-38 URB731YF";
criteria = "Lenovo Group Limited L27q-35 URB5T16W";
status = "enable";
mode = "2560x1440@59.951Hz";
position = "2048,0";
position = "0,0";
}
{
criteria = "Lenovo Group Limited L27q-35 URB5T16R";
criteria = "Lenovo Group Limited L27q-35 URB5T174";
status = "enable";
mode = "2560x1440@59.951Hz";
position = "4380,0";
position = "2560,0";
}
(internalDisplay // { position = "5120,0"; })
];
}
];