non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-15 11:13:01 +01:00
parent d436c383ea
commit fb6433e114

View file

@ -49,19 +49,23 @@
};
outputs = {
"DP-1".mode = {
width = 2560;
height = 1440;
"DP-1" = {
focus-at-startup = true;
refresh = 120.0;
mode = {
width = 2560;
height = 1440;
refresh = 120.0;
};
};
"DP-2".mode = {
width = 1920;
height = 1080;
refresh = 60.0;
position = {
x = -2560;
"DP-2" = {
position.x = -2560;
mode = {
width = 1920;
height = 1080;
refresh = 60.0;
};
};
};