Bzhilka 4ba8d0d3ca patch: add autostart | vor 1 Monat | |
---|---|---|
.. | ||
README.md | vor 1 Monat | |
autostart-0.7.patch | vor 1 Monat | |
autostart.patch | vor 1 Monat |
Allow dwl to execute commands from autostart array in your config.h file. And when you exit dwl all processes from autostart array will be killed.
Note: Commands from array are executed using execvp(). So if you need to execute shell command you need to prefix it with "sh", "-c" (change sh to any shell you like).