From 82c45a9f2436cad912ef60c53dc6f0427d88ef54 Mon Sep 17 00:00:00 2001 From: jon Date: Wed, 27 Feb 2019 20:22:25 -0600 Subject: [PATCH] Turned off resizehints to move terminal gap inside the window --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index ea71f36..992c823 100644 --- a/config.h +++ b/config.h @@ -36,7 +36,7 @@ static const Rule rules[] = { /* layout(s) */ static const float mfact = 0.55; /* 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 */ static const Layout layouts[] = { /* symbol arrange function */