mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-08 12:14:50 +00:00
1.0 KiB
1.0 KiB
Description
This patch is a modified version of vanitygaps that adds gaps around clients regardless of a layout. It means you can apply any layout patch and the gaps will be shown properly as long as the layout does not add any gaps on its own.
This works by allowing a layout to place clients normally without gaps, and then correcting positions and dimensions of clients afterwards to add gaps around them. This approach is very flexible but the downside is that you will always have "outer" gaps (between monitor edge and a window) if "inner" gaps are non-zero. But for me, personally, it is not a problem because I always want "outer" gaps to be as big or bigger than "inner" gaps.