diff options
author | Revaz Nakhutsrishvili <r@revaz.xyz> | 2025-02-04 19:22:53 +0400 |
---|---|---|
committer | Revaz Nakhutsrishvili <r@revaz.xyz> | 2025-02-04 19:22:53 +0400 |
commit | b325e36db3abc420818af0a9ba2dff434f33d501 (patch) | |
tree | 7da84944ca237188d1682db4e9e81bd5448d8ce0 /config.h | |
parent | eb4f0bdd33400fc5c7f124fe8c64a3582c8076f9 (diff) |
Set resizehints to 0
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ static const Layout layouts[] = { |