vrr multi monitor is a bit glitchy

This commit is contained in:
Emmet
2025-03-28 08:15:08 -05:00
parent 20b3ebac4b
commit ba53b06504
2 changed files with 1 additions and 2 deletions

View File

@ -48,7 +48,7 @@
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable { wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
settings = { settings = {
monitor = [ 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" "HDMI-A-1,1920x1080,1536x0,1.25,vrr,0"
"DP-1,1920x1080,0x0,1.25,vrr,0" "DP-1,1920x1080,0x0,1.25,vrr,0"
]; ];

View File

@ -112,7 +112,6 @@ in
enable_swallow = true; enable_swallow = true;
swallow_regex = "(scratch_term)|(Alacritty)|(kitty)"; swallow_regex = "(scratch_term)|(Alacritty)|(kitty)";
font_family = font; font_family = font;
vfr = true;
focus_on_activate = true; focus_on_activate = true;
}; };