diff options
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1223,8 +1223,9 @@ 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); + // remove override monocle symbol + /* if (n > 0) + 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); } |
