Update autostart

A Frederick Christensen 2023-12-31 20:30:15 +00:00
parent 9e571f91d8
commit 4a6563e38d

@ -4,7 +4,7 @@ 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).
### Download
- [2023-11-30](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 (link goes to patch branch in author's repository)
- [sevz](https://codeberg.org/sevz/dwl/src/branch/autostart)