commit 3c5b6f03baa16dd8bbe9a4f70bb32b02ce4a488a
parent 02673538bc98daeb2fe31d3667b5f3e0884e4831
Author: Anselm R Garbe <garbeam@gmail.com>
Date: Thu, 13 Mar 2008 10:21:03 +0000
well I use a different default tile
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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 },
};