On Fri, Jun 25, 2004 at 09:13:15PM +1200, Joe Skinner wrote:
> Just did an update of my system from svn and found that the dock doesn't
> seem to work anymore failing with an error when it attempts to start.
Read the changelog. You might want to try, for example
Mod1+F3 _:screen_of():set_stdisp{type="WDock", corner="bl",
orientation="horizontal"}
The next time you start Ion, the dock will be created automagically.
This way the dock will be embedded in WIonWS layout so that it only
steals the space it really needs modulo frame boundaries. The feature
is not finished yet, but should work well enough as long as you don't
try to change corner and orientation on the fly.
Old floating behaviour will also be possible once I add support for
"passive" WMPlex layer 2 objects. Then, adding a floating dock
(permanently) should be a matter of
Mod1+F3 _:screen_of():attach_new{type="WDock", layer=2, passive=true,
... dock positioning params...}
But some toggling routines are also needed.
--
Tuomo