mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-09 04:34:50 +00:00

Eliminated wiki. Individual patches have a README.md explanation in their own subdirectory. Simplified submission of new patches and maintenance of existing patches. Instructions page (README.md autodisplayed) is now at https://codeberg.org/dwl/dwl-patches/
14 lines
663 B
Markdown
14 lines
663 B
Markdown
### 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
|
|
- [git branch](https://codeberg.org/sevz/dwl/src/branch/autostart)
|
|
- [2024-03-31](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/autostart/autostart.patch)
|
|
|
|
### Authors
|
|
- [sevz](https://codeberg.org/sevz)
|
|
- [Rayan Nakib](https://nakibrayan2.pages.dev/)
|
|
- [NFVblog](https://github.com/nf02)
|