all repos — dwm @ e36929292e08d03c496c8134f2d29c069a45dc2c

my dwm build

removed small 1px gap, somehow without it things feel better
Anselm R. Garbe arg@10kloc.org
Fri, 25 Aug 2006 15:37:00 +0200
commit

e36929292e08d03c496c8134f2d29c069a45dc2c

parent

03128f78df1fbe1b90eb9b7bcb1953050e8bccea

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 + 1; + x = dc.x + dc.w; dc.w = textw(stext); dc.x = bx + bw - dc.w; if(dc.x < x) {