hephaestus: switch around DP-3 and DP-4

I moved desks and plugged them not how they used to be. Switching them
here is easier than IRL.
This commit is contained in:
Antoine Martin 2024-02-13 12:37:25 +01:00
parent 84c69b6d90
commit fcd41088fd

View file

@ -178,14 +178,14 @@
}; };
"DP-3" = { "DP-3" = {
enable = true; enable = true;
primary = true; primary = false;
position = "1920x0"; position = "3840x0";
mode = "1920x1200"; mode = "1920x1200";
}; };
"DP-4" = { "DP-4" = {
enable = true; enable = true;
primary = false; primary = true;
position = "3840x0"; position = "1920x0";
mode = "1920x1200"; mode = "1920x1200";
}; };
}; };
@ -198,14 +198,14 @@
config = { config = {
"DP-3" = { "DP-3" = {
enable = true; enable = true;
primary = true; primary = false;
position = "1920x0"; position = "3840x0";
mode = "1920x1200"; mode = "1920x1200";
}; };
"DP-4" = { "DP-4" = {
enable = true; enable = true;
primary = false; primary = true;
position = "3840x0"; position = "1920x0";
mode = "1920x1200"; mode = "1920x1200";
}; };
}; };