changed config.def.h
This commit is contained in:
parent
d7b074fcce
commit
247ba66c08
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ Rule rules[] = {
|
||||||
|
|
||||||
Layout layouts[] = {
|
Layout layouts[] = {
|
||||||
/* symbol function isfloating */
|
/* symbol function isfloating */
|
||||||
{ "[]|", tileh, False }, /* first entry is default */
|
{ "[]=", tilev, False }, /* first entry is default */
|
||||||
{ "[]=", tilev, False },
|
{ "[]|", tileh, False },
|
||||||
{ "><>", floating, True },
|
{ "><>", floating, True },
|
||||||
{ "[M]", monocle, True },
|
{ "[M]", monocle, True },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue