--- 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