mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Mirror primary display on unknown displays
This commit is contained in:
parent
3697ebdd18
commit
1f695d9838
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@
|
||||||
monitor = [
|
monitor = [
|
||||||
"eDP-1,1920x1080@60,0x0,1"
|
"eDP-1,1920x1080@60,0x0,1"
|
||||||
"DP-2,2560x1440@144,0x0,1"
|
"DP-2,2560x1440@144,0x0,1"
|
||||||
|
",preferred,auto,1,mirror,DP-2"
|
||||||
|
",preferred,auto,1,mirror,eDP-1"
|
||||||
];
|
];
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue