aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2015-03-28 00:19:11 -0300
committerEduardo Pedroni <e.pedroni91@gmail.com>2015-03-28 00:19:11 -0300
commit41e8fd092ba9ec0a1fbc6fab1826faa5e5775ba8 (patch)
treef9bd72d48a471b54bb154531d6cc18ab287efaf6 /config.h
parentbf8ae57f6a4d96ccd92125b80be55fd203498320 (diff)
FIXED IT, going to try pango next (is it worth it though?)
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 ef4bd24..7581d6e 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 showtitle = False; /* True means titles are shown on bar */
+static const Bool showtitle = True; /* 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. */