On Thu, Jul 31, 2003 at 12:35:57PM -0500, Adrian Kubala wrote:
> On Thu, 31 Jul 2003, Michael Denio wrote:
> > Forgive me if this is a stupid question, but how does one go about
> > getting a floating workspace created.  I can split a full screen frame
> > into tiles and create multiple workspaces that I can switch to with
> > Mod1+1, Mod1+2, etc.  Are those what are meant by floating?
> 
> Floating means the frames are free-floating and not tiled, ala PWM. I
> don't know what keybinding creates a floating workspace by default. I just
> do this:
> 
> global_bindings{
>         kpress(DEFAULT_MOD.."grave", function (s) new_workspace(s, "WIonWS") end),
>         kpress(SECOND_MOD.."grave", function (s) new_workspace(s, "WFloatWS") end),
>       ...
> 
> So by default it creates a regular tiled workspace, but if I do second_mod
> it makes a floating one instead.
> 

Ok, I tried adding that code to ioncore-bindings.lua and changing
"grave" to something simple like F6 and I don't see anything happening.
I also don't see new_workspace in the on-line docs although Ion doesn't
bitch so it must be valid.

Thanks for your help.

-- 
Michael Denio <[EMAIL PROTECTED]>
Imagine Software, Inc.

Reply via email to