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 \