changed config.def.h 247ba66c
Anselm R Garbe · 2008-03-06 19:22 1 file(s) · +2 −2
config.def.h +2 −2
56 56
57 57
Layout layouts[] = {
58 58
	/* symbol		function	isfloating */
59 -
	{ "[]|",		tileh,		False }, /* first entry is default */
60 -
	{ "[]=",		tilev,		False },
59 +
	{ "[]=",		tilev,		False }, /* first entry is default */
60 +
	{ "[]|",		tileh,		False },
61 61
	{ "><>",		floating,	True },
62 62
	{ "[M]",		monocle,	True },
63 63
};