diff -r 65d0b21b5e05 -r 5b1f0448d56d dwm.c --- a/dwm.c Sun Jun 22 09:29:35 2008 +0100 +++ b/dwm.c Sun Jun 22 09:33:49 2008 +0100 @@ -962,7 +962,7 @@ Client *c; for(c = nexttiled(clients); c; c = nexttiled(c->next)) - resize(c, wx, wy, ww, wh, resizehints); + resize(c, wx, wy, ww - 2 * c->bw, wh - 2 * c->bw, resizehints); } void