hyprland: fix 0.55.0 option/dispatcher renames

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 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-05-11 12:40:52 +01:00
parent f88c7a19e0
commit 4940a6f44a

View file

@ -175,6 +175,10 @@
# below; without that, focus jumps drag the cursor with them. # below; without that, focus jumps drag the cursor with them.
focus_on_activate = false; focus_on_activate = false;
vrr = 2; # always on — should engage at the 180 Hz EDID mode 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 vfr = false; # keep compositor ticking, don't idle between frames
}; };
@ -190,7 +194,7 @@
"$mod, V, togglefloating" "$mod, V, togglefloating"
"$mod, F, fullscreen, 0" "$mod, F, fullscreen, 0"
"$mod, P, pseudo" "$mod, P, pseudo"
"$mod, S, togglesplit" "$mod, S, layoutmsg, togglesplit"
# Focus # Focus