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:
parent
84c69b6d90
commit
fcd41088fd
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue