diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-31 23:46:42 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-31 23:46:42 -0500 |
commit | e0d4e227f4c66b862ab1fd120ee1b43368327b31 (patch) | |
tree | 195a15d00d028d513a5c1304cfaf82a1e00335eb | |
parent | 52ff7414e21d8099e4a839f27660d44e4ab075d2 (diff) |
Disable resizehints for more consistent layouts
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |