well I use a different default tile
This commit is contained in:
parent
02673538bc
commit
3c5b6f03ba
1 changed files with 2 additions and 2 deletions
|
@ -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 },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue