leftwm_core::utils

Module child_process

source
Expand description

Starts programs in autostart, runs global ‘up’ script, and boots theme. Provides function to boot other desktop files also.

Structs§

Functions§

  • Sends command to shell for execution Assumes STDIN/STDERR/STDOUT unwanted.
  • Sends command to shell for execution including arguments. Assumes STDIN/STDERR/STDOUT unwanted.
  • Register the SIGCHLD signal handler. Once the signal is received, the flag will be set true. User needs to manually clear the flag.

Type Aliases§