changeset 1202 | 4d42aee62090 |
parent 1201 | b66f5380fce3 |
child 1203 | 710f0fc31764 |
--- a/config.def.h Sat May 17 14:17:18 2008 +0100 +++ b/config.def.h Sat May 17 14:23:05 2008 +0100 @@ -25,7 +25,7 @@ Layout layouts[] = { /* symbol function */ - { "[]=", tilev }, /* first entry is default */ + { "[]=", tile }, /* first entry is default */ { "><>", NULL }, /* no layout function means floating behavior */ { "<M>", monocle }, /* TODO: remove this */ };