diff -r b66f5380fce3 -r 4d42aee62090 config.def.h --- 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 */ { "", monocle }, /* TODO: remove this */ };