summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-01-31 23:46:42 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-01-31 23:46:42 -0500
commite0d4e227f4c66b862ab1fd120ee1b43368327b31 (patch)
tree195a15d00d028d513a5c1304cfaf82a1e00335eb
parent52ff7414e21d8099e4a839f27660d44e4ab075d2 (diff)
Disable resizehints for more consistent layouts
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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 */