aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index 55eb463..2e2d6a9 100644
--- a/config.h
+++ b/config.h
@@ -2,6 +2,9 @@
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
+#ifdef CONFIG_DWM_USELESSGAP
+static const unsigned int gappx = 6; /* gaps between windows */
+#endif
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */