Specialize display config against display names and not port names
This commit is contained in:
parent
4c6fecb530
commit
60e9924131
8 changed files with 33 additions and 61 deletions
|
@ -8,21 +8,21 @@
|
|||
name = "primary";
|
||||
outputs = [
|
||||
{
|
||||
criteria = "Microstep MSI G24C 0000000000001";
|
||||
criteria = config.displays.tower1;
|
||||
position = "3840,405";
|
||||
mode = "1920x1080@143.979996Hz";
|
||||
}
|
||||
{
|
||||
criteria = "BNQ BenQ GW2270 6CH00781019";
|
||||
criteria = config.displays.tower2;
|
||||
position = "1920,405";
|
||||
}
|
||||
{
|
||||
criteria = "Eizo Nanao Corporation CG223W 23252050";
|
||||
criteria = config.displays.tower3;
|
||||
position = "5760,0";
|
||||
transform = "90";
|
||||
}
|
||||
{
|
||||
criteria = "Samsung Electric Company SAMSUNG Unknown";
|
||||
criteria = config.displays.tower4;
|
||||
position = "0,405";
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue