Update autostart

A Frederick Christensen 2023-12-31 22:06:15 +00:00
parent 250406c95e
commit 4dbd664903

@ -4,11 +4,10 @@ Allow dwl to execute commands from autostart array in your config.h file. And wh
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). 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 ### Download
- [autostart](https://codeberg.org/sevz/dwl/src/branch/autostart)
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/src/branch/main/autostart/autostart.patch) - [2023-11-25](https://codeberg.org/dwl/dwl-patches/src/branch/main/autostart/autostart.patch)
### Authors ### Authors
(link goes to patch branch in author's repository if available) - [sevz](https://codeberg.org/sevz)
- [sevz](https://codeberg.org/sevz/dwl/src/branch/autostart)
- [Rayan Nakib](https://nakibrayan2.pages.dev/) - [Rayan Nakib](https://nakibrayan2.pages.dev/)
- [NFVblog](https://github.com/nf02) - [NFVblog](https://github.com/nf02)