From 7f70d90219c4a33c79ff93b49fb24ee7a6f62b4d Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Sun, 27 Apr 2008 18:22:52 +0100 Subject: applied yiyus fgeom patch --- config.def.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.def.h') 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 }, }; -- cgit v1.2.3-54-g00ecf