From a675369bd8663db0e8770044c825755ca1dc9c3f Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sun, 27 Jan 2019 23:36:52 -0600 Subject: [PATCH] Changed resizehint to zero to correct gap spacing. --- dwm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm/config.h b/dwm/config.h index 877b358..42d859e 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -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[] = {