Turned off resizehints to move terminal gap inside the window

This commit is contained in:
jon
2019-02-27 20:22:25 -06:00
parent 1af8e66a73
commit 82c45a9f24

View File

@@ -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 */