From ba53b0650413b9bcfdcb471489c258045f973f8a Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 28 Mar 2025 08:15:08 -0500 Subject: [PATCH] vrr multi monitor is a bit glitchy --- hosts/snowfire/home.nix | 2 +- modules/user/hyprland/default.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/snowfire/home.nix b/hosts/snowfire/home.nix index d91bcb7c..ac5665cb 100644 --- a/hosts/snowfire/home.nix +++ b/hosts/snowfire/home.nix @@ -48,7 +48,7 @@ wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable { settings = { monitor = [ - "eDP-1,1920x1080@300,720x864,1.25,vrr,1" + "eDP-1,1920x1080@300,720x864,1.25,vrr,0" "HDMI-A-1,1920x1080,1536x0,1.25,vrr,0" "DP-1,1920x1080,0x0,1.25,vrr,0" ]; diff --git a/modules/user/hyprland/default.nix b/modules/user/hyprland/default.nix index 9c856f2e..e501c1fc 100644 --- a/modules/user/hyprland/default.nix +++ b/modules/user/hyprland/default.nix @@ -112,7 +112,6 @@ in enable_swallow = true; swallow_regex = "(scratch_term)|(Alacritty)|(kitty)"; font_family = font; - vfr = true; focus_on_activate = true; };