aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <anselm@garbe.us>2009-06-30 19:39:59 +0100
committerAnselm R Garbe <anselm@garbe.us>2009-06-30 19:39:59 +0100
commit1ddfc571ae90b842446b0524f2a38c74868bb326 (patch)
treee3407abd4c1dc21e80ab305430aa409efe4f5836 /config.def.h
parent21cd59a6307ae041ed91098e06d49b3e9036cbea (diff)
several simplifications
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 95cb168..5dff6cb 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,6 +1,8 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
+#define SHOWBAR True /* False means no bar */
+#define TOPBAR True /* False means bottom bar */
static const char font[] = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*";
static const char normbordercolor[] = "#cccccc";
static const char normbgcolor[] = "#cccccc";
@@ -10,9 +12,6 @@ static const char selbgcolor[] = "#0066ff";
static const char selfgcolor[] = "#ffffff";
static unsigned int borderpx = 1; /* border pixel of windows */
static unsigned int snap = 32; /* snap pixel */
-static Bool showbar = True; /* False means no bar */
-static Bool topbar = True; /* False means bottom bar */
-
/* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };