# HG changeset patch # User Anselm R Garbe # Date 1210514085 -3600 # Node ID 58366c12324e3465f00089587e1ef61fca11a66c # Parent 1765468a054687b8f108faed897aa1a3097ac47e cleaned up config.def.h diff -r 1765468a0546 -r 58366c12324e config.def.h --- a/config.def.h Sun May 11 14:40:37 2008 +0100 +++ b/config.def.h Sun May 11 14:54:45 2008 +0100 @@ -22,12 +22,10 @@ /* func name bx by bw wx wy ww wh mx my mw mh tx ty tw th mox moy mow moh */ #define MFACT 0.55 /* master width factor [0.1 .. 0.9] */ DEFGEOM(single, 0, 0, sw, 0, bh, sw, sh-bh, wx, wy, mfact*ww, wh, mx+mw, wy, ww-mw, wh, wx, wy, ww, wh) -DEFGEOM(dual, 0, 0,1280, 0, bh, ww, wh-bh, wx, wy, 1280,800-bh, 1280, 0, ww-mw, sh, mx, my, mw, mh) Geom geoms[] = { /* symbol function */ { "[]", single }, /* first entry is default */ - { "[][]", dual }, }; /* layout(s) */ @@ -37,12 +35,8 @@ Layout layouts[] = { /* symbol function isfloating */ { "[]=", tilev, False }, /* first entry is default */ - { "<>=", tilev, True }, - { "[]|", tileh, False }, - { "<>|", tileh, True }, - { "><>", NULL, True }, - { "[m]", monocle, False }, - { "[M]", monocle, True }, + { "><>", NULL, True }, + { "", monocle, True }, }; /* key definitions */