Add autostart

A Frederick Christensen 2023-12-27 03:18:05 +00:00
parent 2ded0bda61
commit e3b50d6d44

10
autostart.md Normal file

@ -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)