From 2c5c998a5a70a018017fd1f2ce4933e9aabc33bc Mon Sep 17 00:00:00 2001 From: Ronald Regan <1985ronald@tutanota.com> Date: Mon, 11 Mar 2019 00:29:51 +0000 Subject: [PATCH] config --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 1c0b587..9a8a597 100644 --- a/config.def.h +++ b/config.def.h @@ -34,7 +34,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 */