JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
well I use a different default tile
authorAnselm R Garbe <garbeam@gmail.com>
Thu, 13 Mar 2008 10:21:03 +0000 (10:21 +0000)
committerAnselm R Garbe <garbeam@gmail.com>
Thu, 13 Mar 2008 10:21:03 +0000 (10:21 +0000)
config.anselm.h

index f546941..ea0f52e 100644 (file)
@@ -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 },
 };