blob: bc1522524f849b74a607e95ab16e7883f67a6439 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)
|