From 735201eb9b8d8be40930c7c7b47df88c8a832dcb Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 15 Jun 2023 10:47:14 -0400 Subject: [PATCH] hyprland: Re-enable vfr by default This fixes an issue where disabling vfr would cause certain applications to perform worse, as well as QEMU virtual machines showing lower performance. --- modules/hyprland/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 5cd8d20..f2602dc 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -201,7 +201,6 @@ let VARIABLES = import ../../src/variables.nix; in { animate_manual_resizes = yes animate_mouse_windowdragging = yes focus_on_activate = yes - vfr = no } '';