- /* symbol function */
- { "[]=", tilev }, /* first entry is default */
- { "><>", NULL }, /* no layout function means floating behavior */
- { "<M>", monocle }, /* TODO: remove this */
+ /* symbol arrange geom */
+ { "[]=", tile, tilegeom }, /* first entry is default */
+ { "><>", NULL, }, /* no layout function means floating behavior */
+ { "<M>", monocle, NULL }, /* TODO: remove this */