diff options
Diffstat (limited to 'dwl-patches/patches/startargv/README.md')
-rw-r--r-- | dwl-patches/patches/startargv/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dwl-patches/patches/startargv/README.md b/dwl-patches/patches/startargv/README.md new file mode 100644 index 0000000..bc15225 --- /dev/null +++ b/dwl-patches/patches/startargv/README.md @@ -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) |