revert monitors
This commit is contained in:
commit
baceb411ce
|
@ -17,27 +17,4 @@
|
|||
./common/optional/desktop/cinnamon
|
||||
|
||||
];
|
||||
monitors = [
|
||||
{
|
||||
name = "HDMI-0";
|
||||
width = 2560;
|
||||
height = 1440;
|
||||
vendor = "SAM";
|
||||
product = "SAMSUNG";
|
||||
serial = "0x01000e00";
|
||||
refreshRate = 60;
|
||||
x = 0;
|
||||
primary = true;
|
||||
}
|
||||
{
|
||||
name = "HDMI-1";
|
||||
width = 2560;
|
||||
height = 1440;
|
||||
vendor = "ACI";
|
||||
product = "ASUS PB277";
|
||||
serial = "0x0002507d";
|
||||
refreshRate = 75;
|
||||
x = 2560;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue