mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-08-24 10:04:19 -05:00
* set maximise fullscreen_state internal * maximise also setLayoutManagedFullscreen Adjust uses of the function to work with change * Adapted to work with both FS and MAXIMISED: syncFullscreenTargets() --> syncs both types of FS mode targets fullscreenStateForTarget() -> gets the FSState of a window of a certain FSMode fullscreenStateForData() -> similar to above requestFullscreen(): -> saves the col of maximised windows. -> centerOrFit the Maximised window * handle Maximise * maximise restores size * note a bug location * remove redudancies, add comment * cleanup * fix gaps with maximise. format * maximise test * fix floating FS window not able to be FSed when a tiled window is FSed * format * fix bug shared column bugs