mirror of
https://github.com/tiyn/dwm.git
synced 2025-04-19 07:47:46 +02:00
basic icon
This commit is contained in:
parent
1e28cca03d
commit
9addd105de
2
dwm.c
2
dwm.c
@ -1110,7 +1110,7 @@ monocle(Monitor *m)
|
||||
if (ISVISIBLE(c))
|
||||
n++;
|
||||
if (n > 0) /* override layout symbol */
|
||||
snprintf(m->ltsymbol, sizeof m->ltsymbol, "%d", n);
|
||||
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 - 2 * c->bw, m->wh - 2 * c->bw, 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user