Commit 3c5b6f0

Anselm R Garbe <garbeam@gmail.com>
2008-03-13 06:21:03
well I use a different default tile
1 parent 0267353
Changed files (1)
config.anselm.h
@@ -27,8 +27,8 @@ Rule rules[] = {
 
 Layout layouts[] = {
 	/* symbol		function	isfloating */
-	{ "[]=",		tilev,		False }, /* first entry is default */
-	{ "[]|",		tileh,		False },
+	{ "[]|",		tileh,		False }, /* first entry is default */
+	{ "[]=",		tilev,		False },
 	{ "><>",		floating,	True },
 	{ "[M]",		monocle,	True },
 };