fullscreen mode 1 toggle via hl.dsp.window.fullscreen does not work in 0.55 #14494
Answered
by
kilyabin
kilyabin
asked this question in
Bugs - Layout
DescriptionIn Hyprland 0.55, calling Expected behaviorFirst press: window goes to maximize (fullscreen=1) Actual behaviorFirst press: window goes to maximize (fullscreen=1) Workaround attemptCalling via hyprctl works as expected: Both pressing once (maximizes) and pressing again (returns to tiling) work correctly via hyprctl, but not via VersionHyprland 0.55.0 (af923e3) |
Answered by
kilyabin
May 13, 2026
Replies: 1 comment 13 replies
|
Are you using the scrolling layout? |
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the issue. For some reason, the bind from end-4 dotfiles was breaking my custom override — even th…