removed tileh, renamed tilev into tile again, removed counttiles, tilemaster

This commit is contained in:
Anselm R Garbe
2008-05-17 14:23:05 +01:00
parent a785a0d712
commit 42c4b31003
2 changed files with 15 additions and 57 deletions

View 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 */
};