mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Fix monitor name
This commit is contained in:
parent
1f695d9838
commit
71021ceffc
1 changed files with 2 additions and 2 deletions
|
|
@ -38,9 +38,9 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
monitor = [
|
monitor = [
|
||||||
|
"DP-1,2560x1440@144,0x0,1"
|
||||||
"eDP-1,1920x1080@60,0x0,1"
|
"eDP-1,1920x1080@60,0x0,1"
|
||||||
"DP-2,2560x1440@144,0x0,1"
|
",preferred,auto,1,mirror,DP-1"
|
||||||
",preferred,auto,1,mirror,DP-2"
|
|
||||||
",preferred,auto,1,mirror,eDP-1"
|
",preferred,auto,1,mirror,eDP-1"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue