all repos — dwm @ 03128f78df1fbe1b90eb9b7bcb1953050e8bccea

my dwm build

oops
Anselm R. Garbe arg@10kloc.org
Fri, 25 Aug 2006 15:24:18 +0200
commit

03128f78df1fbe1b90eb9b7bcb1953050e8bccea

parent

7d4a5e654c5421411f1d66360d594285d462d77f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M draw.cdraw.c

@@ -109,7 +109,7 @@ drawtext(tags[i], dc.sel, sel && sel->tags[i]);

else drawtext(tags[i], dc.norm, sel && sel->tags[i]); } - x = dc.x + dc.w + 2; + x = dc.x + dc.w + 1; dc.w = textw(stext); dc.x = bx + bw - dc.w; if(dc.x < x) {