tuncommented dual layout in preparation of dwm 4.9 - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3d6630b7d24685c767ecadc131b566d23d944a83
(DIR) parent c982bb1389c37262cbcc6ffcc343ec78528c4a81
(HTM) Author: anselm@anselm1 <unknown>
Date: Wed, 2 Apr 2008 22:18:09 +0100
uncommented dual layout in preparation of dwm 4.9
Diffstat:
M config.def.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/config.def.h b/config.def.h
t@@ -22,12 +22,12 @@ 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)
+/* 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 },
+/* { "[][]", dual }, */
};
/* layout(s) */