Change screen positions
This commit is contained in:
parent
defa57dabd
commit
371f201c4c
1 changed files with 5 additions and 5 deletions
|
|
@ -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"; })
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue