--- Derek Gipson <[EMAIL PROTECTED]> wrote: > Alexander Shishckin wrote: > > >On Fri, 17 Sep 2004 01:17:55 -0700 (PDT), Kamin > Whitehouse > ><[EMAIL PROTECTED]> wrote: > > > > > >>Is there any way to run Ion without the > tabs/titlebar > >>at the top of each frame? > >> > >> > >I use a simple trick: '_:toggle_tabbar()' > >Type this in lua prompt, that is usually binded to > DEFAULT_MOD+F3 or > >make a special binding. > >If you use ion2, it is '_:toggle_tab()' > > > >Cheers, > >Alex > > > > > > > Thanks for the tip. > > How do you bring'em back though? I tried > '_:toggle_tab()' but > that didn't do it. Killing the frame and then > opening one worked. >
Running that command *does* toggle the tab bar on and off for me, but I couldn't just turn it off altogether. I ended up adding this at line 62 of genframe.c and recompiling: "genframe->flags|=WGENFRAME_TAB_HIDE;" but it would probably be better to add this as a config option somewhere. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
