From 41e8fd092ba9ec0a1fbc6fab1826faa5e5775ba8 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sat, 28 Mar 2015 00:19:11 -0300 Subject: FIXED IT, going to try pango next (is it worth it though?) --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') 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. */ -- cgit v1.2.3