Compare commits

..

No commits in common. "9d8d62f5c2362e75befc99f1ebb5dc88147f4a43" and "f002faacca2d3369c5b627a32040f353a12828ff" have entirely different histories.

3 changed files with 19 additions and 19 deletions

View file

@ -163,11 +163,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1707650010, "lastModified": 1707091808,
"narHash": "sha256-dOhphIA4MGrH4ElNCy/OlwmN24MsnEqFjRR6+RY7jZw=", "narHash": "sha256-LahKBAfGbY836gtpVNnWwBTIzN7yf/uYM/S0g393r0Y=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "809cca784b9f72a5ad4b991e0e7bcf8890f9c3a6", "rev": "9f2ee8c91ac42da3ae6c6a1d21555f283458247e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -149,23 +149,23 @@ in {
workspaceOutputAssign = [ workspaceOutputAssign = [
{ {
workspace = "1"; workspace = "1";
output = ["DP-4" "eDP-1"]; output = ["DP-3" "eDP-1"];
} }
{ {
workspace = "2"; workspace = "2";
output = ["DP-4" "eDP-1"]; output = ["DP-3" "eDP-1"];
} }
{ {
workspace = "3"; workspace = "3";
output = ["DP-4" "eDP-1"]; output = ["DP-3" "eDP-1"];
} }
{ {
workspace = "4"; workspace = "4";
output = ["DP-4" "eDP-1"]; output = ["DP-3" "eDP-1"];
} }
{ {
workspace = "5"; workspace = "5";
output = ["DP-4" "eDP-1"]; output = ["DP-3" "eDP-1"];
} }
{ {
@ -179,15 +179,15 @@ in {
{ {
workspace = "8"; workspace = "8";
output = ["DP-3" "eDP-1"]; output = ["DP-4" "eDP-1"];
} }
{ {
workspace = "9"; workspace = "9";
output = ["DP-3" "eDP-1"]; output = ["DP-4" "eDP-1"];
} }
{ {
workspace = "10"; workspace = "10";
output = ["DP-3" "eDP-1"]; output = ["DP-4" "eDP-1"];
} }
]; ];

View file

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