diff --git a/dwl.c b/dwl.c index 0c80ab0..4a6e6a1 100644 --- a/dwl.c +++ b/dwl.c @@ -2044,7 +2044,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); }