Compare commits

..

3 commits

Author SHA1 Message Date
Antoine Martin 9d8d62f5c2 home: i3: 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.
2024-02-13 12:38:57 +01:00
Antoine Martin fcd41088fd 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.
2024-02-13 12:37:25 +01:00
Antoine Martin 84c69b6d90 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/9f2ee8c91ac42da3ae6c6a1d21555f283458247e' (2024-02-05)
  → 'github:NixOS/nixpkgs/809cca784b9f72a5ad4b991e0e7bcf8890f9c3a6' (2024-02-11)
2024-02-12 16:17:06 +01:00
3 changed files with 19 additions and 19 deletions

View file

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

View file

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

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";
}; };
}; };