hyprland: keep misc:vfr — 0.55.0 didn't actually move it

Release notes claimed misc:vfr moved to debug:vfr but the live compositor
returns "no such option" for debug:vfr and still exposes misc:vfr. Move
it back.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-05-11 12:26:30 +01:00
parent 5a2b5954fa
commit 333577331a

View file

@ -168,10 +168,6 @@
# below; without that, focus jumps drag the cursor with them.
focus_on_activate = false;
vrr = 2; # always on — should engage at the 180 Hz EDID mode
};
# vfr moved from misc: to debug: in Hyprland 0.55.0
debug = {
vfr = false; # keep compositor ticking, don't idle between frames
};