Changed resizehint to zero to correct gap spacing.

This commit is contained in:
Derek Taylor 2019-01-27 23:36:52 -06:00
parent 65d7ec3cbe
commit a675369bd8
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ static const Rule rules[] = {
/* layout(s) */
static const float mfact = 0.50; /* factor of master area size [0.05..0.95] */
static const int nmaster = 1; /* number of clients in master area */
static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */
static const int resizehints = 0; /* 1 means respect size hints in tiled resizals */
#include "layouts.c"
static const Layout layouts[] = {