aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdwm/config.h2
-rwxr-xr-xdwm/dwmbin72928 -> 72928 bytes
-rw-r--r--dwm/dwm.obin58928 -> 58976 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/dwm/config.h b/dwm/config.h
index 7a5df30..39b91b5 100755
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -35,7 +35,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 refreshrate = 120; /* refresh rate (per second) for client move/resize */
diff --git a/dwm/dwm b/dwm/dwm
index 8897168..07223ec 100755
--- a/dwm/dwm
+++ b/dwm/dwm
Binary files differ
diff --git a/dwm/dwm.o b/dwm/dwm.o
index c310bef..3095cf1 100644
--- a/dwm/dwm.o
+++ b/dwm/dwm.o
Binary files differ