updated monocle layout string

This commit is contained in:
2025-04-05 16:18:46 +02:00
parent 8fb4b35259
commit 6143acb000

2
dwl.c
View File

@@ -1829,7 +1829,7 @@ monocle(Monitor *m)
n++; n++;
} }
if (n) if (n)
snprintf(m->ltsymbol, LENGTH(m->ltsymbol), "[%d]", n); snprintf(m->ltsymbol, LENGTH(m->ltsymbol), "%d", n);
if ((c = focustop(m))) if ((c = focustop(m)))
wlr_scene_node_raise_to_top(&c->scene->node); wlr_scene_node_raise_to_top(&c->scene->node);
} }