different-name / nix-files

My NixOS configuration files
GNU General Public License v3.0
3 stars 0 forks source link

Do not sync fullscreen state #51

Closed different-name closed 1 month ago

different-name commented 1 month ago

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

Seems to be an upstream issue

https://www.github.com/hyprwm/Hyprland/pull/7288

different-name commented 1 month ago

Merged upstream, resolved