On Wed, Feb 16, 2005 at 10:21:21AM +0100, Matthieu Moy wrote:
> (It seems it's possible to send the window to a WFloatWS inside the
> layer 2, but I still didn't understand how ...)
First you must create a floatws on layer2:
ws = some_screen:attach_new{
type = "WFloatWS",
layer = 2,
passive = ?,
}
Set passive to true if you want to be able to view the floatws while the
layer1 region is active. Otherwise set it to false/do not set it. The
floating dock is passive while the scratchpad is not.
Then just
ws:attach(the_transient, { options; see documentation })
to move the client window, and the_transient:goto() to give it the focus
(and to display the workspace).
--
Tuomo