From 67058f6047b56651ff3b0b4eed6e3e01a0e53d02 Mon Sep 17 00:00:00 2001 From: Atemu Date: Sun, 28 Jul 2024 02:31:03 +0200 Subject: [PATCH] hypr: configure for VRR Requires https://github.com/hyprwm/Hyprland/pull/6877/ --- .config/hypr/hyprland.conf | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 0e8b0f9..fd88a2b 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -153,7 +153,17 @@ misc { # Variable frame rate? # TODO need to test whether this affects input delay - vfr = false + vfr = true + vrr = 1 + + no_direct_scanout = false +} + +cursor { + no_hardware_cursors = true + hide_on_key_press = false + no_break_fs_vrr = true + min_refresh_rate = 20 } xwayland {