From 2fdf82ad1bc7e0a4d2dfb2f78a9d6243f11311b3 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Sun, 28 Aug 2022 00:00:53 +0300 Subject: gaps per tag --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index b62459c..705474b 100644 --- a/config.def.h +++ b/config.def.h @@ -8,6 +8,7 @@ static const unsigned int gappih = 15; /* horiz inner gap between windo static const unsigned int gappiv = 30; /* vert inner gap between windows */ static const unsigned int gappoh = 15; /* horiz outer gap between windows and screen edge */ static const unsigned int gappov = 30; /* vert outer gap between windows and screen edge */ +static int enablegaps = 1; /* 1 means enable gaps on startup */ static int smartgaps = 0; /* 1 means no outer gap when there is only one window */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 0; /* 0 means bottom bar */ @@ -43,6 +44,7 @@ static const int nmaster = 1; /* number of clients in master area */ static const int resizehints = 0; /* 1 means respect size hints in tiled resizals */ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ +#define PERTAG_GAPS 1 #include "vanitygaps.c" static const Layout layouts[] = { -- cgit v1.2.3