From 84c69b6d9030dd1e0d77b59847e9015343160ee7 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 12 Feb 2024 16:17:06 +0100 Subject: [PATCH 1/3] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/9f2ee8c91ac42da3ae6c6a1d21555f283458247e' (2024-02-05) → 'github:NixOS/nixpkgs/809cca784b9f72a5ad4b991e0e7bcf8890f9c3a6' (2024-02-11) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 33e78a9..92525ad 100644 --- a/flake.lock +++ b/flake.lock @@ -163,11 +163,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1707091808, - "narHash": "sha256-LahKBAfGbY836gtpVNnWwBTIzN7yf/uYM/S0g393r0Y=", + "lastModified": 1707650010, + "narHash": "sha256-dOhphIA4MGrH4ElNCy/OlwmN24MsnEqFjRR6+RY7jZw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9f2ee8c91ac42da3ae6c6a1d21555f283458247e", + "rev": "809cca784b9f72a5ad4b991e0e7bcf8890f9c3a6", "type": "github" }, "original": { From fcd41088fd352bec143a5a368aac260d518408bc Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 13 Feb 2024 12:37:25 +0100 Subject: [PATCH 2/3] 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. --- hosts/hephaestus/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts/hephaestus/default.nix b/hosts/hephaestus/default.nix index 6c03c62..2c02611 100644 --- a/hosts/hephaestus/default.nix +++ b/hosts/hephaestus/default.nix @@ -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"; }; }; From 9d8d62f5c2362e75befc99f1ebb5dc88147f4a43 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 13 Feb 2024 12:38:57 +0100 Subject: [PATCH 3/3] 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. --- home/x/i3.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/home/x/i3.nix b/home/x/i3.nix index aad17eb..dfa56be 100644 --- a/home/x/i3.nix +++ b/home/x/i3.nix @@ -149,23 +149,23 @@ in { workspaceOutputAssign = [ { workspace = "1"; - output = ["DP-3" "eDP-1"]; + output = ["DP-4" "eDP-1"]; } { workspace = "2"; - output = ["DP-3" "eDP-1"]; + output = ["DP-4" "eDP-1"]; } { workspace = "3"; - output = ["DP-3" "eDP-1"]; + output = ["DP-4" "eDP-1"]; } { workspace = "4"; - output = ["DP-3" "eDP-1"]; + output = ["DP-4" "eDP-1"]; } { workspace = "5"; - output = ["DP-3" "eDP-1"]; + output = ["DP-4" "eDP-1"]; } { @@ -179,15 +179,15 @@ in { { workspace = "8"; - output = ["DP-4" "eDP-1"]; + output = ["DP-3" "eDP-1"]; } { workspace = "9"; - output = ["DP-4" "eDP-1"]; + output = ["DP-3" "eDP-1"]; } { workspace = "10"; - output = ["DP-4" "eDP-1"]; + output = ["DP-3" "eDP-1"]; } ];