On Fri, 18 Feb 2005 00:19:29 +0100, Matthieu Moy <[EMAIL PROTECTED]> wrote:
> Jordan Sissel <[EMAIL PROTECTED]> writes:
>
> > After following some of the discussion here regarding layer shenanigans,
> > I figured I'd see it working for myself.
>
> [...]
>
> > Put the attached script in ~/.ion3/cfg_floaty.lua, load it and put
> > this in your WFrame menu:
>
> I've also updated detach.lua to do roughly what you did, plus more :
>
> * Detach a window to the scratchpad
>
> * A hook to manage transcient windows automatically in the layer 2
> floatws
>
> * Another function to re-attach a floating window to the layer 1
>
> For the lazy, this gives something like this:
>
> http://www-verimag.imag.fr/~moy/ion/ion3/float-split.png
>
> The script itself can be found here:
>
> http://modeemi.fi/~tuomov/repos/ion-scripts-3/scripts/detach.lua
>
Hi, I'm not sure how I should use this. Don't really have experience
with ion scripts. I've put it in ~/.ion3 and added
dopath("detach.lua")
to my cfg_ion.lua
Now using the lua query i issued
"detach.manage_transcient_with_float()" and then all windows are
popping in layer 2.
What am I missing?
Thanks for the script anyway, it seems to be really useful (once I get
it right :)