diff --git a/hosts/hurricane/hyprland-monitors.nix b/hosts/hurricane/hyprland-monitors.nix index 110342e..74153a7 100644 --- a/hosts/hurricane/hyprland-monitors.nix +++ b/hosts/hurricane/hyprland-monitors.nix @@ -3,6 +3,6 @@ wayland.windowManager.hyprland.settings.monitor = [ "DP-3, 3440x1440@99.98, 0x0, 1" # Philips Ultrawide left "HDMI-A-1, 3440x1440@99.98, 3440x0, 1" # Philips Ultrawide right - "eDP-1, 1920x1200@60.00, 1" # internal display + "eDP-1, 1920x1200@60.00, auto, 1" # internal display ]; }