Ion / FAQ / Entries / Default layout
2007-12-29 15:30 UTC

Default layout

How to get the old single-frame layout as default?

Either create a modified version of cfg_layouts.lua for your needs, or do

ioncore.deflayout("default", ioncore.getlayout("full"))

after loading the default layouts, e.g. at the end of cfg_ion.lua.