# HG changeset patch # User Anselm R Garbe # Date 1214123629 -3600 # Node ID 5b1f0448d56d9e3148b903d00e8480170eafc297 # Parent 65d0b21b5e0507fbbdb0af822af78cf01eb5bd62 fix of monocle 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