diff --git a/dwl.c b/dwl.c index 4816159..6544ff9 100644 --- a/dwl.c +++ b/dwl.c @@ -1829,7 +1829,7 @@ monocle(Monitor *m) n++; } if (n) - snprintf(m->ltsymbol, LENGTH(m->ltsymbol), "[%d]", n); + snprintf(m->ltsymbol, LENGTH(m->ltsymbol), "%d", n); if ((c = focustop(m))) wlr_scene_node_raise_to_top(&c->scene->node); }