fix monitor names and sizes

This commit is contained in:
chem 2025-08-24 15:07:09 -06:00
parent e9a92ab48f
commit dd6508a03d

View file

@ -46,15 +46,15 @@
gui = { gui = {
enable = true; enable = true;
monitors = { monitors = {
DP-1 = { HDMI-A-4 = {
width = "1920"; width = "1920";
height = "1080"; height = "1080";
rate = "59.94"; rate = "59.94";
}; };
DP-2 = { DP-1 = {
width = "1920"; width = "1600";
height = "1080"; height = "900";
rate = "143.855"; rate = "59.94";
posX = "1920"; posX = "1920";
}; };
}; };