X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=draw.c;h=9204ee81097126b659893839e14d93bb269bc225;hp=3ddc522d1ad0d0e14152037e1a863a8e86e41f22;hb=7d4a5e654c5421411f1d66360d594285d462d77f;hpb=41ba7a79841c3d175f676e9a9ba6893dbc130856 diff --git a/draw.c b/draw.c index 3ddc522..9204ee8 100644 --- a/draw.c +++ b/draw.c @@ -109,7 +109,7 @@ drawstatus() else drawtext(tags[i], dc.norm, sel && sel->tags[i]); } - x = dc.x + dc.w + 1; + x = dc.x + dc.w + 2; dc.w = textw(stext); dc.x = bx + bw - dc.w; if(dc.x < x) {