aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 5b6772b..2e6adc0 100644
--- a/config.h
+++ b/config.h
@@ -30,6 +30,7 @@ static int swallowfloating = 0; /* 1 means swallow floating windows by
static int smartgaps = 0; /* 1 means no outer gap when there is only one window */
static int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
+static const int enableclientindicators = 1;
static int centretitle = 0;
#define ICONSIZE 16 /* icon size */
#define ICONSPACING 5 /* space between icon and title */