merged tile.c again into dwm.c
This commit is contained in:
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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue