updated monocle layout string

This commit is contained in:
2025-04-05 16:19:22 +02:00
parent c12a207666
commit c4e2ad677c

2
dwl.c
View File

@@ -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);
}