X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.def.h;h=5154405e078715d5d6d8920cec0d5d9c531c2d9d;hb=e1002745fa4e2649d1f166f652c6c41ccfaaca9b;hp=ba45347580747e3f3f0ecf4ec75dbd85e6b53dff;hpb=0fe2e783e9e6b097bc6529dc286b4b697f7e1fde;p=dwm.git 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 */