diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-08 22:58:52 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-08 22:58:52 +0530 |
| commit | f999acff8fb732bea747ba9e64622de33dd52290 (patch) | |
| tree | b04e43b77445a7c6819b72edad4a6bf6b7a39eff /config.def.h | |
| parent | bde1652317027761b103566578d7974768c5d059 (diff) | |
(patch): gaps.patch
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 5 |
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); |
