From 4dbd66490330e20fe9a158298f3e3da6c6879872 Mon Sep 17 00:00:00 2001 From: A Frederick Christensen Date: Sun, 31 Dec 2023 22:06:15 +0000 Subject: [PATCH] Update autostart --- autostart.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/autostart.md b/autostart.md index 240f360..28be782 100644 --- a/autostart.md +++ b/autostart.md @@ -4,11 +4,10 @@ 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 +- [autostart](https://codeberg.org/sevz/dwl/src/branch/autostart) - [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 if available) - -- [sevz](https://codeberg.org/sevz/dwl/src/branch/autostart) +- [sevz](https://codeberg.org/sevz) - [Rayan Nakib](https://nakibrayan2.pages.dev/) - [NFVblog](https://github.com/nf02) \ No newline at end of file