mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
session: run shutdown script, clean up activation env before exit
This commit is contained in:
parent
4ddeb3cd42
commit
f90b7dca2a
6 changed files with 157 additions and 16 deletions
|
|
@ -15,4 +15,10 @@ void session_environment_init(void);
|
|||
*/
|
||||
void session_autostart_init(void);
|
||||
|
||||
/**
|
||||
* session_shutdown - run session shutdown file as shell script
|
||||
* Note: Same as `sh ~/.config/labwc/shutdown` (or equivalent XDG config dir)
|
||||
*/
|
||||
void session_shutdown(void);
|
||||
|
||||
#endif /* LABWC_SESSION_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue