diff --git a/autostart.md b/autostart.md new file mode 100644 index 0000000..b4e1968 --- /dev/null +++ b/autostart.md @@ -0,0 +1,10 @@ +### Description +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). + +### Download +- [2023-11-30](https://codeberg.org/dwl/dwl-patches/src/branch/main/autostart/autostart.patch) + +### Authors +- [sevz](https://codeberg.org/sevz) \ No newline at end of file