* Michael Vanier <[EMAIL PROTECTED]> [2004-05-06 23:59]:
>
> I just started using Ion, and I'm really enjoying it. I've been moving
> towards minimalism in window managers for a while now, and Ion seems like
> the next logical step. I hate to think what's next -- GNU screen? ;-)
Using GNU screen _in_ ION ;)
> One feature I really like a lot is the tabbed windows. I consider this a
> killer feature in Mozilla, so when I saw it in Ion I was very pleased.
> However, the tab is superfluous when there is only one window in the
> workspace. Is there any way you can set up Ion so that when there is only
> one tab in the workspace, the tab isn't shown? Or, alternatively, is there
> a way to disable tabs altogether? I'm thinking of a key binding where
> e.g. alt-f5 could toggle hiding the tabs.
Don't know how to accomplish the first task, but to toggle the tabs
in a frame I have the following line in the genframe_bindings
section of ion-bindings.lua
kpress("Mod4+T", WGenFrame.toggle_tab),
HTH,
Christian Arthaber