From 4940a6f44aa786430e40a699476fab1976c57d9e Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 11 May 2026 12:40:52 +0100 Subject: [PATCH] hyprland: fix 0.55.0 option/dispatcher renames MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Confirmed against the live 0.55.0 binary: - misc:vfr → debug:vfr (release notes were right; my earlier probe was on the still-running 0.52.1 process, which is why I thought debug:vfr didn't exist) - togglesplit isn't a top-level dispatcher anymore; it's a dwindle layoutmsg argument Co-Authored-By: Claude Opus 4.7 --- settings/hyprland.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 39b5d83..fadff6e 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -175,6 +175,10 @@ # 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 0.55.0 + debug = { vfr = false; # keep compositor ticking, don't idle between frames }; @@ -190,7 +194,7 @@ "$mod, V, togglefloating" "$mod, F, fullscreen, 0" "$mod, P, pseudo" - "$mod, S, togglesplit" + "$mod, S, layoutmsg, togglesplit" # Focus