From a6ca3ee46e346d397ca79db9959e409f1453130b Mon Sep 17 00:00:00 2001 From: Julian Date: Sat, 22 Sep 2018 21:24:52 +0200 Subject: Changed zen symbol --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 4fd22f5..2109805 100644 --- a/config.h +++ b/config.h @@ -57,7 +57,7 @@ static void zen(Monitor *m) { n++; if ( n > 0 ) { - snprintf(m->ltsymbol, sizeof m->ltsymbol, "|%d|", n); + snprintf(m->ltsymbol, sizeof m->ltsymbol, "]%d[", n); } //For each client c @@ -72,7 +72,7 @@ static const Layout layouts[] = { { "[]=", tile }, /* first entry is default */ { "><>", NULL }, /* no layout function means floating behavior */ { "[M]", monocle }, - { "ZEN", zen }, + { "]Z[", zen }, { "TTT", bstack }, }; -- cgit v1.2.3