From bf8ae57f6a4d96ccd92125b80be55fd203498320 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Fri, 27 Mar 2015 22:52:27 -0300 Subject: Tidied up, added boolean for title bar --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') 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. */ -- cgit v1.2.3