X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/0fe2e783e9e6b097bc6529dc286b4b697f7e1fde..92f3c181c3c3f106361a9c9f7e354ce29ae37e62:/config.def.h 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 */