add controlled fullscreen patch

This commit is contained in:
André Desgualdo Pereira
2025-10-29 09:21:56 -03:00
committed by A Frederick Christensen
parent b74ed046e6
commit 945c1de501
2 changed files with 149 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
### Description
This patch allows a window to adjust its layout as if it was fullscreen, but it won't change its size and position, and it will stays under the control of dwl. For example a video on a browser can occupy the whole space reserved to the window, but we can still resize it and move it and see the status bar.
### Download
- [git branch](https://codeberg.org/Kana/dwl/src/branch/controlled_fullscreen)
- [main 2025-10-08](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/controlled_fullscreen/controlled_fullscreen.patch)
### Authors
- [André Desgualdo Pereira](https://codeberg.org/Kana)