From 42c4b310032ca6f54cdc861d74369b6373d0c33e Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Sat, 17 May 2008 14:23:05 +0100 Subject: removed tileh, renamed tilev into tile again, removed counttiles, tilemaster --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 2891780..8bd6b69 100644 --- a/config.def.h +++ b/config.def.h @@ -25,7 +25,7 @@ Rule rules[] = { 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 */ }; -- cgit v1.2.3-54-g00ecf