mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-11-05 06:24:28 +00:00
Add autostart
parent
2ded0bda61
commit
e3b50d6d44
10
autostart.md
Normal file
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)
|
||||||
Loading…
x
Reference in New Issue
Block a user