aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-10-08 22:58:52 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-10-08 22:58:52 +0530
commitf999acff8fb732bea747ba9e64622de33dd52290 (patch)
treeb04e43b77445a7c6819b72edad4a6bf6b7a39eff /config.def.h
parentbde1652317027761b103566578d7974768c5d059 (diff)
(patch): gaps.patch
Diffstat (limited to '')
-rw-r--r--config.def.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 50926e8..eee7dbd 100644
--- a/config.def.h
+++ b/config.def.h
@@ -8,7 +8,10 @@
/* appearance */
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 smartgaps = 0; /* 1 means no outer gap when there is only one window */
+static int gaps = 1; /* 1 means gaps between windows are added */
+static const unsigned int gappx = 8; /* gap pixel between windows */
+static const unsigned int borderpx = 4; /* border pixel of windows */
static const float rootcolor[] = COLOR(0x0f1212ff);
static const float bordercolor[] = COLOR(0x0f1212ff);
static const float focuscolor[] = COLOR(0x607767ff);