This commit is contained in:
2026-07-12 08:16:17 +03:30
commit 72be1234e1
2027 changed files with 221388 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
### Description
allow passing startup command on argv
e.g. `dwl -s foot -s` launches `foot -s`
put `sh -c` right after `dwl -s` to emulate normal behaviour
### Download
- [git branch](https://codeberg.org/notchoc/dwl/src/branch/startargv)
- [2024-07-03](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/startargv/startargv.patch)
### Authors
- [notchoc](https://codeberg.org/notchoc)