about summary refs log tree commit diff stats
path: root/config.anselm.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.anselm.h')
-rw-r--r--config.anselm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.anselm.h b/config.anselm.h
index f546941..ea0f52e 100644
--- a/config.anselm.h
+++ b/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 },
 };