Re: Disable automatic saving of workspace (frame layout)
Daniel Clemente <dcl441-bugs-/[email protected]>
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <[email protected]> |
Tuomo Valkonen <[email protected]> writes: > Exit with ioncore.resign() instead of ioncore.shutdown() The session is saved not only on exit but also on restart: /*EXTL_DOC * Restart, saving session first. */ EXTL_EXPORT void ioncore_restart() { set_other(NULL); if(smhook!=NULL){ smhook(IONCORE_SM_RESTART); }else{ ioncore_do_snapshot(); ioncore_do_restart(); } } The restart will save the session unless the source code is modified. Or maybe it can be overriden in Lua? Daniel