dwm-flexipatch icon indicating copy to clipboard operation
dwm-flexipatch copied to clipboard

Tatami layout gaps

Open plasmoduck opened this issue 2 years ago • 1 comments

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

plasmoduck avatar Mar 29 '22 03:03 plasmoduck

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

bakkeby avatar Mar 29 '22 07:03 bakkeby