On 2005-03-11 16:06 +0100, Johannes Segitz wrote: > On Fri, Mar 11, 2005 at 04:37:25PM +0200, Tuomo Valkonen wrote: > > Now, besides these, what features (that don't need a major rewrite) > > would you want to see for Ion3? > > I want to use more than one dock per screen like it was possible in > ion2. I tried tracking down the last version where multiple docks were > possible to see why this change was introduced but couldn't find it
There can be only one embedded "stdisp" region. However, it is possible to have multiple floating docks (and scratchpads, as this is an often asked question), but the provided simple create and toggle routines only support one. If you want more, you'll have to use the WMPlex.attach_new routine directly, and write your own simple toggle routine (WMPlex.l2_hide/show). > (darcs trackdown seems to be buggy) It obviously needs a full repository with all the patches, so remove the --partial flag from the example command line, and go make a cup of coffee. (Seriously, it can take a while if you connection to modeemi.fi isn't that fast. It's about 8MB in a couple thousand small files. For me it takes about two minutes, but then again, it's almost as if the server was on the same LAN.) -- Tuomo
