aboutsummaryrefslogtreecommitdiff
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 8a16ea9..7c7e97f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -2,6 +2,8 @@
static const int sloppyfocus = 1; /* focus follows mouse */
static const int bypass_surface_visibility = 0; /* 1 means idle inhibitors will disable idle tracking even if it's surface isn't visible */
static const unsigned int borderpx = 2; /* border pixel of windows */
+static const int monoclegaps = 1; /* 1 means gaps in monocle layout */
+static const unsigned int gap = 10; /* gap size */
static const float bordercolor[] = {0.27, 0.27, 0.27, 1.0};
static const float focuscolor[] = {0.0, 0.33, 0.47, 1.0};
/* To conform the xdg-protocol, set the alpha to zero to restore the old behavior */