cdown / dwm

Dynamic window manager for X (with extensive customisation)
MIT License
60 stars 11 forks source link

Make versions of grid/col/bstack which only have 1px total border for touching windows #20

Closed cdown closed 2 years ago

cdown commented 2 years ago

This requires adjusting resize() calls, and maybe also forcing focus() to go on top.

cdown commented 2 years ago

This won't work for multiple monitors, since then it will go on to the next monitor.