Re: [dev] dwm aesthetic 'bug'

2011-07-20 Thread garbeam
On 12 July 2011 15:34, Connor Lane Smith wrote: > I noticed a slight aesthetic 'bug' in dwm's tile layout, which can > cause the stack to 'shake' when your master changes, if your config.h > respects resizehints, because it uses c->w instead of mw. Patch > attached. (If I'm honest I don't know wha

[dev] dwm aesthetic 'bug'

2011-07-12 Thread Connor Lane Smith
Hey all, I noticed a slight aesthetic 'bug' in dwm's tile layout, which can cause the stack to 'shake' when your master changes, if your config.h respects resizehints, because it uses c->w instead of mw. Patch attached. (If I'm honest I don't know what corner case the inline ifs are for.) Thanks,