JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed Layout->updategeom, unnecessary
[dwm.git] / config.def.h
index ba45347..5154405 100644 (file)
@@ -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 */