From 9d8d62f5c2362e75befc99f1ebb5dc88147f4a43 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 13 Feb 2024 12:38:57 +0100 Subject: [PATCH] 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"]; } ];