summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJulian <j@teule.nl>2018-09-22 21:24:52 +0200
committerJulian <j@teule.nl>2018-09-22 21:24:52 +0200
commita6ca3ee46e346d397ca79db9959e409f1453130b (patch)
tree2114ec49961c089c5eeafce7466fda78bb0e6deb /config.h
parent71a2b0a8bcc0a6894a24e60ed1e623f91a96f71a (diff)
Changed zen symbol
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
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 },
};