summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index b62459c..705474b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -8,6 +8,7 @@ static const unsigned int gappih = 15; /* horiz inner gap between windo
static const unsigned int gappiv = 30; /* vert inner gap between windows */
static const unsigned int gappoh = 15; /* horiz outer gap between windows and screen edge */
static const unsigned int gappov = 30; /* vert outer gap between windows and screen edge */
+static int enablegaps = 1; /* 1 means enable gaps on startup */
static int smartgaps = 0; /* 1 means no outer gap when there is only one window */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 0; /* 0 means bottom bar */
@@ -43,6 +44,7 @@ static const int nmaster = 1; /* number of clients in master area */
static const int resizehints = 0; /* 1 means respect size hints in tiled resizals */
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
+#define PERTAG_GAPS 1
#include "vanitygaps.c"
static const Layout layouts[] = {