]> git.armaanb.net Git - dwm.git/blobdiff - draw.c
removed the stack position stuff
[dwm.git] / draw.c
diff --git a/draw.c b/draw.c
index bbcfadb9e39ef2d4f1397a3ecbe57df94c826306..c5cd35bf76dac1cb22dd8b97a744c4a4093635f8 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -104,9 +104,7 @@ drawstatus(void) {
        }
 
        dc.w = bmw;
-       drawtext(arrange == dofloat ?
-               FLOATSYMBOL : stackpos == StackBottom ?
-                       BSTACKSYMBOL : VSTACKSYMBOL, dc.status, False);
+       drawtext(arrange == dofloat ?  FLOATSYMBOL : TILESYMBOL, dc.status, False);
 
        x = dc.x + dc.w;
        dc.w = textw(stext);