I'd like to control fullscreen independent of the applications fullscreen state
I bound $mod, F, fullscreenstate, 2 -1 to toggle fullscreen of the window, but don't inform the client
I bound $mod SHIFT, F, fullscreenstate, -1 2 to do the opposite, don't change the fullscreen state but toggle the state the client sees
These both work individually, but when I use both keybinds at the same time to make the window fullscreen to hyprland and the client, I can no longer exit fullscreen and am stuck
I'd like to control fullscreen independent of the applications fullscreen state
I bound
$mod, F, fullscreenstate, 2 -1
to toggle fullscreen of the window, but don't inform the clientI bound
$mod SHIFT, F, fullscreenstate, -1 2
to do the opposite, don't change the fullscreen state but toggle the state the client seesThese both work individually, but when I use both keybinds at the same time to make the window fullscreen to hyprland and the client, I can no longer exit fullscreen and am stuck
Seems to be an upstream issue
https://www.github.com/hyprwm/Hyprland/pull/7288