aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-09-22 14:55:35 +0530
committersinanmohd <sinan@firemail.cc>2023-09-22 16:36:42 +0530
commit2dd280bbd70d032e940c41ffa738baadd6580c4d (patch)
tree8c714e3abcd2ddc312b2ac3f2fc6ecab89727983 /config.def.h
parentb9a18f7a2f6b29f514169dd73930001661a6ee41 (diff)
gaps: implement stable gaps
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 */