Compare commits
2 Commits
d14e0e34a3
...
baceb411ce
Author | SHA1 | Date |
---|---|---|
Sam | baceb411ce | |
Sam | 2f13f63c80 |
|
@ -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