bakkeby / dwm-flexipatch

A dwm build with preprocessor directives to decide which patches to include during build time
MIT License
1.15k stars 231 forks source link

Tatami layout gaps #244

Open plasmoduck opened 2 years ago

plasmoduck commented 2 years ago

How can I make the tatami layout have gaps like the rest of the layouts in dwm-flexipatch?

bakkeby commented 2 years ago

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