> However, I pretty much recommend not using shrink/grow in this
> way, but to stick to some usual geometries, with a bigger and
> with a smaller master area, and maybe a geometry with a hidden
> bar.
Yes, I agree. I sent a little "hidebar" geometry example (functional, although
buggy), but... maybe it is better to have 2 geometries for single screen
setup: with bar (Meta+d) and without bar (Meta+Shift+d); and 2 for dual.
/* with bar */
DEFGEOM(single, 0, 0, sw, 0, bh, sw, sh-bh, wx, wy, 0.55*sw, wh, mx+mw,
wy, ww-mw, wh, wx, wy, ww, wh)
/* without bar */
DEFGEOM(single2, -bw, 0, sw, 0, 0, sw, sh, wx, wy, 0.55*sw, wh,mx+mw,
wy, ww-mw, wh, wx, wy, ww, wh)
and so on...
Kind regards,
Nibble
Received on Tue Mar 18 2008 - 01:43:50 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:27:00 UTC