summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.h b/config.h
index ec0ecf3..e66fd19 100644
--- a/config.h
+++ b/config.h
@@ -8,11 +8,6 @@ static const int startwithgaps = 1; /* 1 means gaps are used by default */
static const unsigned int gappx = 16; /* default gap between windows in pixels */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
-static const int showtitle = 0; /* 0 means no title */
-static const int showtags = 1; /* 0 means no tags */
-static const int showlayout = 1; /* 0 means no layout indicator */
-static const int showstatus = 1; /* 0 means no status bar */
-static const int showfloating = 1; /* 0 means no floating indicator */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "monospace:size=10" };
static const char dmenufont[] = "monospace:size=10";