summaryrefslogtreecommitdiff
path: root/dwl/dwl-patches/patches/autostart/README.md
diff options
context:
space:
mode:
authorcoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
committercoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
commit8cbadb61604667b407b53ee1258433994fa4765a (patch)
tree97765fb29418fd6278fcb4cbb9760893afaf7a58 /dwl/dwl-patches/patches/autostart/README.md
Diffstat (limited to 'dwl/dwl-patches/patches/autostart/README.md')
-rwxr-xr-xdwl/dwl-patches/patches/autostart/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/dwl/dwl-patches/patches/autostart/README.md b/dwl/dwl-patches/patches/autostart/README.md
new file mode 100755
index 0000000..1fd26d3
--- /dev/null
+++ b/dwl/dwl-patches/patches/autostart/README.md
@@ -0,0 +1,14 @@
+### 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
+- [git branch](https://codeberg.org/sevz/dwl/src/branch/autostart)
+- [2025-01-20](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/autostart/autostart.patch)
+- [0.7](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/autostart/autostart-0.7.patch)
+
+### Authors
+- [sevz](https://codeberg.org/sevz)
+- [Rayan Nakib](https://nakibrayan2.pages.dev/)
+- [NFVblog](https://github.com/nf02)