aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe2008-04-03 14:38:58 +0100
committerAnselm R Garbe2008-04-03 14:38:58 +0100
commitbfb0d21c240791f796cc477980f21ace0c96331f (patch)
tree4228b8886282324d0f416509cb90a34efc3c5db0 /config.def.h
parent57ded190e759f26a6bcf12b472ba05a467ba29b5 (diff)
downloadaur-bfb0d21c240791f796cc477980f21ace0c96331f.tar.gz
some cleanup changes
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 2e5f1a3462db..23c90f63a511 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*sw, 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) */