Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

exec

This function asynchronously executes the given command as a subprocess. No sophisticated argument processing is performed; quoting arguments or performing shell substitutions will require you to run a shell script. A maximum of 63 space-delimited arguments can be provided in the command string.

If the spawned subprocess does not exit before waywall, it will be killed with SIGKILL when waywall closes.

Arguments

  • command: string

Return values

None

This function cannot be called during startup.