diff options
Diffstat (limited to '')
| -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); |
