merged tile.c again into dwm.c

This commit is contained in:
anselm@anselm1
2008-05-19 20:07:12 +01:00
parent 6bdef73a4f
commit 822101dd5b
3 changed files with 101 additions and 106 deletions

@ -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 */