well I use a different default tile

This commit is contained in:
Anselm R Garbe 2008-03-13 10:21:03 +00:00
parent 02673538bc
commit 3c5b6f03ba
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ Rule rules[] = {
Layout layouts[] = {
/* symbol function isfloating */
{ "[]=", tilev, False }, /* first entry is default */
{ "[]|", tileh, False },
{ "[]|", tileh, False }, /* first entry is default */
{ "[]=", tilev, False },
{ "><>", floating, True },
{ "[M]", monocle, True },
};