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-26 09:54:34 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-05-26 09:54:34 +0100
commit2d4faae522668ad30cd512963d1982e591a183ab (patch)
tree5196cf21f56c629017ffd41ac2365b19a1043c81 /config.def.h
parent5d2385b636d496645be4c703f04a365c637379c5 (diff)
downloaddwm-2d4faae522668ad30cd512963d1982e591a183ab.tar.gz
removed Layout->updategeom, unnecessary
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index ba45347..5154405 100644
--- a/config.def.h
+++ b/config.def.h
@@ -27,9 +27,9 @@ double mfact           = 0.55;
 Bool resizehints       = True;     /* False means respect size hints in tiled resizals */
 
 Layout layouts[] = {
-	/* symbol     arrange  geom */
-	{ "[]=",      tile,    updatetilegeom }, /* first entry is default */
-	{ "><>",      NULL,    NULL           }, /* no layout function means floating behavior */
+	/* symbol     arrange function */
+	{ "[]=",      tile }, /* first entry is default */
+	{ "><>",      NULL }, /* no layout function means floating behavior */
 };
 
 /* key definitions */