dotfiles/dwl-bak/dwl-patches/patches/autostart
2025-08-10 11:30:42 +03:30
..
autostart-0.7.patch suicide 2025-08-10 11:30:42 +03:30
autostart.patch suicide 2025-08-10 11:30:42 +03:30
README.md suicide 2025-08-10 11:30:42 +03:30

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