summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRevaz Nakhutsrishvili <r@revaz.xyz>2025-02-04 19:22:53 +0400
committerRevaz Nakhutsrishvili <r@revaz.xyz>2025-02-04 19:22:53 +0400
commitb325e36db3abc420818af0a9ba2dff434f33d501 (patch)
tree7da84944ca237188d1682db4e9e81bd5448d8ce0 /config.h
parenteb4f0bdd33400fc5c7f124fe8c64a3582c8076f9 (diff)
Set resizehints to 0
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 4412cb1..352f175 100644
--- a/config.h
+++ b/config.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 int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
static const Layout layouts[] = {