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.
This commit is contained in:
Donovan Glover 2023-06-15 10:47:14 -04:00
parent 7e40522708
commit 735201eb9b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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
}
'';