X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=draw.c;h=16f934d7d8808492796cc59447ba9cb7781b4de1;hp=dffb4909635ac7e37002bf0469dfee6d53971017;hb=45d16d090b05ee988d2c669e43db1b8c67195809;hpb=525c5ff4d8bd9fd4dd2077503b5f43487dda963d diff --git a/draw.c b/draw.c index dffb490..16f934d 100644 --- a/draw.c +++ b/draw.c @@ -125,7 +125,7 @@ drawstatus() x = dc.x + dc.w; dc.w = textw(stext); dc.x = bx + bw - dc.w; - drawtext(stext, !istile, False); + drawtext(stext, !istile, True); if(sel && ((dc.w = dc.x - x) >= bh)) { dc.x = x; drawtext(sel->name, istile, True);