From c4e2ad677c86381fc2c5ec8d67bc311612268048 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sat, 5 Apr 2025 16:19:22 +0200 Subject: [PATCH] updated monocle layout string --- dwl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }