From cc89a7a0c425962f4ac575dcbe766d5d603f94fd Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sat, 17 Aug 2024 03:08:05 -0700 Subject: [PATCH] snowhawk: fix starting screen positions --- hosts/snowhawk/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/snowhawk/hardware-configuration.nix b/hosts/snowhawk/hardware-configuration.nix index aef80f8..941c9af 100644 --- a/hosts/snowhawk/hardware-configuration.nix +++ b/hosts/snowhawk/hardware-configuration.nix @@ -52,7 +52,7 @@ systemd.user.services.screenlayout = { script = '' ${pkgs.xorg.xrandr}/bin/xrandr \ - --output DP-0 --primary --mode 1920x1080 --pos 1922x0 --rotate normal \ + --output DP-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal \ --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal \ --output DP-1 --off \ --output DP-2 --off \