JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed tileh, renamed tilev into tile again, removed counttiles, tilemaster
[dwm.git] / config.def.h
index 2891780..8bd6b69 100644 (file)
@@ -25,7 +25,7 @@ Rule rules[] = {
 
 Layout layouts[] = {
        /* symbol     function */
-       { "[]=",      tilev   }, /* first entry is default */
+       { "[]=",      tile    }, /* first entry is default */
        { "><>",      NULL    }, /* no layout function means floating behavior */
        { "<M>",      monocle }, /* TODO: remove this */
 };