hosts/marisa-7d76: dual monitor setup
This commit is contained in:
parent
2a5ca989ed
commit
3d41960c3f
|
@ -23,8 +23,18 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.niri.settings = {
|
programs.niri.settings = {
|
||||||
input.tablet.map-to-output = "HDMI-A-1";
|
outputs = {
|
||||||
outputs."HDMI-A-1".scale = 1.75;
|
"HDMI-A-1" = {
|
||||||
|
scale = 1.75;
|
||||||
|
};
|
||||||
|
"DP-1" = {
|
||||||
|
scale = 1.75;
|
||||||
|
position = {
|
||||||
|
x = 0;
|
||||||
|
y = 0;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue