I work with enabled RESIZEHINTS, simply because I force myself to continue the st development ;) f3a51162
Anselm R. Garbe · 2007-09-09 18:31 1 file(s) · +1 −1
config.arg.h +1 −1
31 31
	{ "[]=",		tile }, /* first entry is default */ \
32 32
	{ "><>",		floating }, \
33 33
};
34 -
#define RESIZEHINTS		False	/* True - respect size hints in tiled resizals */
34 +
#define RESIZEHINTS		True	/* False - respect size hints in tiled resizals */
35 35
#define MWFACT			0.6	/* master width factor [0.1 .. 0.9] */
36 36
#define SNAP			32	/* snap pixel */
37 37