In dwm's manage() function there is this line:
XMoveResizeWindow(dpy, c->win, c->x + 2 * sw, c->y, c->w, c->h); /* some
windows require this */It's hard to imagine what windows would require this. The commit history seems to leave no clue. Removing it hasn't caused any problem to me. My suggestion is to either add to the comment at least what "some windows" refer to, or remove it. Thank you!
