dwm-flexipatch
dwm-flexipatch copied to clipboard
Tatami layout gaps
How can I make the tatami layout have gaps like the rest of the layouts in dwm-flexipatch?
The answer to that is that you implement gaps for that layout from scratch. The layout also do not support nmaster
so you may want to bake that in if you take that patch.
There is a tatami arrangement for flextile-deluxe that you could use as a reference when adding gaps to that layout.
https://github.com/bakkeby/dwm-flexipatch/blob/93f9d97e84bad4c5fae5d4381b96e77a1810ceaf/patch/layout_flextile-deluxe.c#L615-L737