about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-05-17 14:23:05 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-05-17 14:23:05 +0100
commit42c4b310032ca6f54cdc861d74369b6373d0c33e (patch)
tree79b0b72c02cd486f251a0c23ab7390e3b49a8f7a /config.def.h
parenta785a0d71213c2ab628778727c4354ad5bb517fb (diff)
downloaddwm-42c4b310032ca6f54cdc861d74369b6373d0c33e.tar.gz
removed tileh, renamed tilev into tile again, removed counttiles, tilemaster
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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 */
 	{ "<M>",      monocle }, /* TODO: remove this */
 };