about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-05-11 14:54:45 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-05-11 14:54:45 +0100
commit93a4fe1052e1271f7b4f519b4f2de4e3f4e15edc (patch)
treedf8c8ef3fc9760916481d492dbd6e8cdcb4cfab0
parent5602f44b29b5c9a9b66b012b34f5749929c5cd31 (diff)
downloaddwm-93a4fe1052e1271f7b4f519b4f2de4e3f4e15edc.tar.gz
cleaned up config.def.h
-rw-r--r--config.def.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/config.def.h b/config.def.h
index d7824e3..0b5d9e4 100644
--- a/config.def.h
+++ b/config.def.h
@@ -22,12 +22,10 @@ Rule rules[] = {
 /*   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 @@ Geom geoms[] = {
 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 },
+	{ "<M>",		monocle,	True },
 };
 
 /* key definitions */