summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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 },
};