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 = { outputs = {
"DP-1".mode = { "DP-1" = {
width = 2560;
height = 1440;
focus-at-startup = true; focus-at-startup = true;
refresh = 120.0;
mode = {
width = 2560;
height = 1440;
refresh = 120.0;
};
}; };
"DP-2".mode = { "DP-2" = {
width = 1920; position.x = -2560;
height = 1080;
refresh = 60.0; mode = {
position = { width = 1920;
x = -2560; height = 1080;
refresh = 60.0;
}; };
}; };
}; };