From f999acff8fb732bea747ba9e64622de33dd52290 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Tue, 8 Oct 2024 22:58:52 +0530 Subject: (patch): gaps.patch --- config.def.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.def.h') 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); -- cgit v1.2.3