From e0d4e227f4c66b862ab1fd120ee1b43368327b31 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 31 Jan 2024 23:46:42 -0500 Subject: Disable resizehints for more consistent layouts --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 4678d34..f3a7bed 100644 --- a/config.h +++ b/config.h @@ -49,7 +49,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 int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ static const int mainmon = 0; /* xsetroot will only change the bar on this monitor */ -- cgit v1.2.3