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

gaps in tatami patch

Open plasmoduck opened this issue 3 years ago • 1 comments

Hi mate, I forked your projected a while ago and added in the tatami patch, what do I have to modify to get gaps in the tatami patch like the rest of the layouts? Here's the source

plasmoduck avatar Sep 23 '22 10:09 plasmoduck

I followed this but there is still no gaps https://github.com/bakkeby/dwm-flexipatch/issues/244#issuecomment-1081507313

plasmoduck avatar Sep 23 '22 10:09 plasmoduck

It would be the same process as adding cfacts to a layout, you have to read and understand how the layout code arranges windows and make changes where necessary.

The flextile reference shows where to add the inner horizontal (ih) and inner vertical (iv) gaps. Outer gaps would just be a matter of adjusting the initial nx, ny, nw, and nh variables.

bakkeby avatar Sep 24 '22 08:09 bakkeby