aboutsummaryrefslogtreecommitdiff
path: root/.repos/dwm/config.h
diff options
context:
space:
mode:
Diffstat (limited to '.repos/dwm/config.h')
-rw-r--r--.repos/dwm/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/.repos/dwm/config.h b/.repos/dwm/config.h
index 4d39a23..e20e589 100644
--- a/.repos/dwm/config.h
+++ b/.repos/dwm/config.h
@@ -40,7 +40,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 Layout layouts[] = {
/* symbol arrange function */