From 4b43c31594f803349036ce852998b75169ecf200 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 21 Dec 2023 07:35:03 +0100 Subject: [PATCH] Switch i3 home setup As my dock is broken and I now use a different setup to connect the display. --- home/windowManager/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/windowManager/i3.nix b/home/windowManager/i3.nix index 08195d6..350ef2c 100644 --- a/home/windowManager/i3.nix +++ b/home/windowManager/i3.nix @@ -359,7 +359,7 @@ in { displays = { "a" = "exec xrandr --auto ${displayDefaults} && ${pkgs.brightnessctl}/bin/brightnessctl --device ${displayBrightnessDevice} s 10;"; "e" = "exec xrandr --auto --output ${displayBuiltInOutput} --off"; - "h" = "exec xrandr --output ${displayBuiltInOutput} --off --output DP2-1 --scale 1x1 --mode 2560x1440"; + "h" = "exec xrandr --output ${displayBuiltInOutput} --off --output DP1 --scale 1x1 --mode 2560x1440"; "o" = "exec xrandr --output DP2 --primary --mode 3840x2160 --scale 0.65x0.65 --output ${displayBuiltInOutput} --off"; # Mirror