removed tileh, renamed tilev into tile again, removed counttiles, tilemaster
This commit is contained in:
parent
a785a0d712
commit
42c4b31003
2 changed files with 15 additions and 57 deletions
|
@ -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 */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue