Ion / FAQ / Entries / Hiding the tab-bar
2007-11-25 11:44 UTC

Hiding the tab-bar

How do I hide the tab-bar?

In Ion3, assuming you have a suitably configured style in use, such as one of stock ones, enter the following in the Mod1+F3 Lua code query to disable the tab-bar for an active tiled frame:

_:set_mode('tiled-alt')

To display the tab-bar again, use

_:set_mode('tiled')

To make hidden tab-bar the default, you should reverse the display settings in the style in use. You should also modify the style to change the tab-bar display settings for other types of frames (transients, floats). For more information, see the configuration and scripting reference manual.