Re: [dev] [dwm] [patch] Need help regarding tilegap patch

2019-04-08 Thread deurzen
You could always add in a conditional to make sure this situation never arises. Especially in tiling mode, ‘accidentally’ spawning too many windows could crash the window manager and all other running X applications with it. > On 8 Apr 2019, at 11:01, Enan Ajmain <3nan.ajm...@gmail.com> wrote: >

Re: [dev] [dwm] [patch] Need help regarding tilegap patch

2019-04-08 Thread Enan Ajmain
Thanks, deruzen. About the part about 2*gappx exceeding width or height : In my case at least, it shouldn't be a problem. I use 2 personal computers and dwm needs to be built personally when installing. So, I need to set up the value of gappx manually anyway. On Mon, Apr 8, 2019 at 2:14 AM deurze