Leonardo Hernández Hernández 3e0305156c
update autostart
dd00d994ce4c53829d0b871622dc05e90a6f58c3
2024-06-07 15:51:05 -06:00
..
2024-06-07 15:51:05 -06:00
2024-05-09 23:12:04 -05:00

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