applied yiyus fgeom patch

This commit is contained in:
Anselm R Garbe
2008-04-27 18:22:52 +01:00
parent 858251de46
commit 7f70d90219
2 changed files with 41 additions and 35 deletions

View File

@ -35,8 +35,11 @@ Geom geoms[] = {
Layout layouts[] = {
/* symbol function isfloating */
{ "[]=", tilev, False }, /* first entry is default */
{ "<>=", tilev, True },
{ "[]|", tileh, False },
{ "><>", floating, True },
{ "<>|", tileh, True },
{ "><>", NULL, True },
{ "[m]", monocle, False },
{ "[M]", monocle, True },
};