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" = {
enable = true;
primary = true;
position = "1920x0";
primary = false;
position = "3840x0";
mode = "1920x1200";
};
"DP-4" = {
enable = true;
primary = false;
position = "3840x0";
primary = true;
position = "1920x0";
mode = "1920x1200";
};
};
@ -198,14 +198,14 @@
config = {
"DP-3" = {
enable = true;
primary = true;
position = "1920x0";
primary = false;
position = "3840x0";
mode = "1920x1200";
};
"DP-4" = {
enable = true;
primary = false;
position = "3840x0";
primary = true;
position = "1920x0";
mode = "1920x1200";
};
};