{ "[]=", tile }, /* first entry is default */ \
{ "><>", floating }, \
};
+#define RESIZEHINTS False /* True - respect size hints in tiled resizals */
#define MWFACT 0.6 /* master width factor [0.1 .. 0.9] */
#define SNAP 32 /* snap pixel */
{ "[]=", tile }, /* first entry is default */ \
{ "><>", floating }, \
};
+#define RESIZEHINTS False /* True - respect size hints in tiled resizals */
#define MWFACT 0.6 /* master width factor [0.1 .. 0.9] */
#define SNAP 32 /* snap pixel */
# dwm version
-VERSION = 4.4.1
+VERSION = 4.5
# Customize below to fit your system
else
nh = th - 2 * c->border;
}
- resize(c, nx, ny, nw, nh, False);
+ resize(c, nx, ny, nw, nh, RESIZEHINTS);
if(n > 1 && th != wah)
ny += nh + 2 * c->border;
}