changed config.def.h

This commit is contained in:
Anselm R Garbe 2008-03-06 19:22:00 +00:00
parent d7b074fcce
commit 247ba66c08
1 changed files with 2 additions and 2 deletions

View File

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