diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-04-27 18:22:52 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-04-27 18:22:52 +0100 |
commit | 7f70d90219c4a33c79ff93b49fb24ee7a6f62b4d (patch) | |
tree | 2fe20f28364002346972fe05fb32df061ca05807 /config.def.h | |
parent | 858251de46c50498b261b312f2df03531dd9923c (diff) | |
download | dwm-7f70d90219c4a33c79ff93b49fb24ee7a6f62b4d.tar.gz |
applied yiyus fgeom patch
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index c1c9653..42f00ae 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 }, }; |