applied Tony Lainson's config.def.h patch c3feffa1
Anselm R Garbe · 2009-09-15 13:50 1 file(s) · +2 −3
config.def.h +2 −3
24 24
25 25
/* layout(s) */
26 26
static const float mfact      = 0.55; /* factor of master area size [0.05..0.95] */
27 -
static const Bool resizehints = True; /* False means respect size hints in tiled resizals */
27 +
static const Bool resizehints = True; /* True means respect size hints in tiled resizals */
28 28
29 29
static const Layout layouts[] = {
30 30
	/* symbol     arrange function */
84 84
};
85 85
86 86
/* button definitions */
87 -
/* click can be a tag number (starting at 0),
88 -
 * ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */
87 +
/* click can be ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */
89 88
static Button buttons[] = {
90 89
	/* click                event mask      button          function        argument */
91 90
	{ ClkLtSymbol,          0,              Button1,        setlayout,      {0} },