]> git.armaanb.net Git - dwm.git/commitdiff
changed config.def.h
authorAnselm R Garbe <garbeam@gmail.com>
Thu, 6 Mar 2008 19:22:00 +0000 (19:22 +0000)
committerAnselm R Garbe <garbeam@gmail.com>
Thu, 6 Mar 2008 19:22:00 +0000 (19:22 +0000)
config.def.h

index fdf4040f7aaabbb92fe311905139ecf04fe0a949..4118d68d1f28dda4542716958913ee078ccc9083 100644 (file)
@@ -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 },
 };