aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-10-31 00:56:33 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-10-31 00:56:33 +0300
commit86f7dd830615fb6f3315ffd2fdb6dd504a3dc6bf (patch)
tree63704e98c5c8677d9eda1b3958fa85f5ce04a845 /dwm.c
parent6b939eb71658c4fe0fcba137209d3ce2914c713e (diff)
downloaddwm-86f7dd830615fb6f3315ffd2fdb6dd504a3dc6bf.tar.gz
dwm-86f7dd830615fb6f3315ffd2fdb6dd504a3dc6bf.zip
mi wile lukin e sitelen pona la mi pali e ni
sina o alasa e sitelen pu lukin. lipu `README.md` li jo e nasin alasa.
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 531ee5c..3c58fb4 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1117,7 +1117,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" /* nanpa n */, 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);
}