From 23c76d13b5376e78c268006da57d132883d5df9b Mon Sep 17 00:00:00 2001 From: bakkeby Date: Fri, 16 Apr 2021 10:16:04 +0200 Subject: vanitygaps: replaced smartgaps with smartgaps_fact, allowing gaps to be increased when there is only one client. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index d4fd4e1..e9c2199 100644 --- a/config.def.h +++ b/config.def.h @@ -19,7 +19,7 @@ static const unsigned int gappih = 20; /* horiz inner gap between windo static const unsigned int gappiv = 10; /* vert inner gap between windows */ static const unsigned int gappoh = 10; /* horiz outer gap between windows and screen edge */ static const unsigned int gappov = 30; /* vert outer gap between windows and screen edge */ -static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */ +static const int smartgaps_fact = 1; /* gap factor when there is only one client; 0 = no gaps, 3 = 3x outer gaps */ #endif // VANITYGAPS_PATCH #if AUTOSTART_PATCH static const char autostartblocksh[] = "autostart_blocking.sh"; -- cgit v1.2.3