Expand description
Starts programs in autostart, runs global ‘up’ script, and boots theme. Provides function to boot other desktop files also.
Structs§
Functions§
- exec_
shell - Sends command to shell for execution Assumes STDIN/STDERR/STDOUT unwanted.
- exec_
shell_ with_ args - Sends command to shell for execution including arguments. Assumes STDIN/STDERR/STDOUT unwanted.
- register_
child_ hook - Register the
SIGCHLD
signal handler. Once the signal is received, the flag will be set true. User needs to manually clear the flag.