diff --git a/hosts/wildfire/hyprland-monitors.nix b/hosts/wildfire/hyprland-monitors.nix index 07fc9e5..17f7d05 100644 --- a/hosts/wildfire/hyprland-monitors.nix +++ b/hosts/wildfire/hyprland-monitors.nix @@ -1,7 +1,7 @@ { # Home Manager Hyprland monitors wayland.windowManager.hyprland.extraConfig = '' - monitor = DP-3, 2560x1440@143.97, 1920x-360, auto; - monitor = HDMI-A-1, 1920x1080@59.94, 0x0, auto; + monitor = DP-3, 2560x1440@143.97, 1920x-360, 1, vrr, 1; + monitor = HDMI-A-1, 1920x1080@59.94, 0x0, 1; ''; }