Files
dwl-patches/patches/autostart/README.md
T
A Frederick Christensen f8d1cfad11 autostart: More README cleanup
2026-02-27 12:37:45 -06:00

859 B

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

Authors