X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/549726869bd88f70727ecae8a28161700395b20b..f806a17692a145fb6fcc59ca4c2c199f7975f40a:/config.def.h?ds=inline diff --git a/config.def.h b/config.def.h index 0619a9e..63c8c06 100644 --- a/config.def.h +++ b/config.def.h @@ -25,12 +25,10 @@ Rule rules[] = { double mfact = 0.55; Bool resizehints = True; /* False means respect size hints in tiled resizals */ -#include "tile.c" - Layout layouts[] = { /* symbol arrange geom */ { "[]=", tile, updatetilegeom }, /* first entry is default */ - { "><>", NULL, }, /* no layout function means floating behavior */ + { "><>", NULL, NULL }, /* no layout function means floating behavior */ }; /* key definitions */