dwm

dynamic window manager

git clone https://9o.is/git/dwm.git

commit 4fdfeb53836e466df72ca619a16c2f3eb1d675be
parent 0e10a0df3a901b5f26300ae4f9f19e71f9c0cfcf
Author: Jul <jul@9o.is>
Date:   Wed,  4 Feb 2026 06:56:52 -0500

remove monacle layout number in status bar

Diffstat:
Mdwm.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/dwm.c b/dwm.c @@ -1383,8 +1383,6 @@ monocle(Monitor *m) for (c = m->clients; c; c = c->next) if (ISVISIBLE(c)) n++; - if (n > 0) /* override layout symbol */ - snprintf(m->ltsymbol, sizeof m->ltsymbol, "[%d]", n); for (c = nexttiled(m->clients); c; c = nexttiled(c->next)) resize(c, m->wx, m->wy, m->ww, m->wh, 0, 0); }