JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied yiyus fgeom patch
[dwm.git] / config.def.h
index c1c9653..42f00ae 100644 (file)
@@ -35,8 +35,11 @@ Geom geoms[] = {
 Layout layouts[] = {
        /* symbol               function        isfloating */
        { "[]=",                tilev,          False }, /* first entry is default */
+       { "<>=",                tilev,          True },
        { "[]|",                tileh,          False },
-       { "><>",                floating,       True },
+       { "<>|",                tileh,          True },
+       { "><>",                NULL,   True },
+       { "[m]",                monocle,        False },
        { "[M]",                monocle,        True },
 };