diff options
author | tsxv478 <vt0451@yandex.ru> | 2022-08-28 00:00:53 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2022-08-28 00:00:53 +0300 |
commit | 2fdf82ad1bc7e0a4d2dfb2f78a9d6243f11311b3 (patch) | |
tree | 62ca6420d0f6e8ad3ce61d4c27e85a8b2b743bbd /config.def.h | |
parent | 78228baa8f93e0a2d20fd691f27395efb85e1974 (diff) |
gaps per tag
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
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[] = { |