JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added bx, by, bw, wx, wy, ww, wh, mx, my, mw, mh, mox, moy, mow, moh, tx, ty, tw...
[dwm.git] / config.def.h
index fdf4040..4118d68 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 },
 };