From 333577331a38e63a30c9d80d09e87edbda72e8b1 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 11 May 2026 12:26:30 +0100 Subject: [PATCH] =?UTF-8?q?hyprland:=20keep=20misc:vfr=20=E2=80=94=200.55.?= =?UTF-8?q?0=20didn't=20actually=20move=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- settings/hyprland.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 5b8e417..a4a4991 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -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 };