From 4a6563e38dd8c4b76475c8c3a1a5241262fcc6fd Mon Sep 17 00:00:00 2001 From: A Frederick Christensen Date: Sun, 31 Dec 2023 20:30:15 +0000 Subject: [PATCH] Update autostart --- autostart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autostart.md b/autostart.md index b4f686c..b8d7bde 100644 --- a/autostart.md +++ b/autostart.md @@ -4,7 +4,7 @@ Allow dwl to execute commands from autostart array in your config.h file. And wh 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) +- [2023-11-25](https://codeberg.org/dwl/dwl-patches/src/branch/main/autostart/autostart.patch) ### Authors (link goes to patch branch in author's repository) - [sevz](https://codeberg.org/sevz/dwl/src/branch/autostart) \ No newline at end of file