Hi Joerg,
> question: is their a chance to get a kind of `togglemonocle'
> functionality into dwm without writing it myself? this would
> seem a frequent demand: activate monocle for some time than
> switch back to tiling (or whatever layout was in effect
> previously).
I had a similar demand, and I solved it by using a custom defgeom, as
the following in config.h :
DEFGEOM(full, 0, sh, sw, 0, 0, sw, sh, wx, wy, sw, sh, mx+mw, wy, ww-mw, wh, wx, wy, ww, wh)
Geom geoms[] = {
/* symbol function */
{ "[]", single }, /* first entry is default */
{ "[f]", full },
};
With this configuration, I got something similar to togglemax() by
using Ctrl+Mod+Space.
HTH,
-- JulienReceived on Mon Apr 07 2008 - 14:07:20 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:31:43 UTC