aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe2008-04-27 18:22:52 +0100
committerAnselm R Garbe2008-04-27 18:22:52 +0100
commitb19260b246370f85e66291af6a96656029117eac (patch)
tree3abb4e395ddc4fcfce577fe66bfe98d290d59633 /config.def.h
parent34a81f36ece9c5b3cb6a2d09c1f9fd5dea3b901a (diff)
downloadaur-b19260b246370f85e66291af6a96656029117eac.tar.gz
applied yiyus fgeom patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index c1c9653f07c1..42f00ae52dd9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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 },
};