about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-03-06 19:22:00 +0000
committerAnselm R Garbe <garbeam@gmail.com>2008-03-06 19:22:00 +0000
commit247ba66c08f91ad90236f1656161c579ab2d7ca9 (patch)
tree9cb45221c5b5941302b501affd1f2c6edc377e3a
parentd7b074fcce4877ed404f6a92671689fcdee9133b (diff)
downloaddwm-247ba66c08f91ad90236f1656161c579ab2d7ca9.tar.gz
changed config.def.h
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index fdf4040..4118d68 100644
--- a/config.def.h
+++ b/config.def.h
@@ -56,8 +56,8 @@ Rule rules[] = {
 
 Layout layouts[] = {
 	/* symbol		function	isfloating */
-	{ "[]|",		tileh,		False }, /* first entry is default */
-	{ "[]=",		tilev,		False },
+	{ "[]=",		tilev,		False }, /* first entry is default */
+	{ "[]|",		tileh,		False },
 	{ "><>",		floating,	True },
 	{ "[M]",		monocle,	True },
 };