author | Anselm R Garbe <garbeam@gmail.com> |
Thu, 06 Mar 2008 19:22:00 +0000 | |
changeset 1131 | 3556f7031193 |
parent 1130 | b661ad410646 |
child 1132 | a1c28da5bc91 |
config.def.h | file | annotate | diff | comparison | revisions |
--- a/config.def.h Thu Mar 06 19:20:14 2008 +0000 +++ b/config.def.h Thu Mar 06 19:22:00 2008 +0000 @@ -56,8 +56,8 @@ 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 }, };