aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2015-03-27 22:52:27 -0300
committerEduardo Pedroni <e.pedroni91@gmail.com>2015-03-27 22:52:27 -0300
commitbf8ae57f6a4d96ccd92125b80be55fd203498320 (patch)
tree4ba077e9620499ea29c2b253ce0af2bfd15055f2 /config.h
parent48b7a7fca0ab766b89adb6730d89b73a654cf5ad (diff)
Tidied up, added boolean for title bar
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index b854366..ef4bd24 100644
--- a/config.h
+++ b/config.h
@@ -16,7 +16,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const Bool showbar = True; /* False means no bar */
static const Bool topbar = False; /* False means bottom bar */
-static const Bool statusmarkup = True; /* True means use pango markup in status message */
+static const Bool showtitle = False; /* True means titles are shown on bar */
/* Display modes of the tab bar: never shown, always shown, shown only in */
/* monocle mode in presence of several windows. */