diff options
| author | JopStro <[email protected]> | 2021-02-01 15:09:18 +0000 |
|---|---|---|
| committer | JopStro <[email protected]> | 2021-02-01 15:09:18 +0000 |
| commit | e8d9d578f6057ac74e4b61f022d5e2c59eeca80a (patch) | |
| tree | 8ea079f06c51b51d35c5028da27d053abf46605a | |
| parent | dadf868277c727afc4cc7fabc0f4ea1c2372d4c5 (diff) | |
Add arg support
| -rwxr-xr-x[-rw-r--r--] | examples/scripts/noswallow_open | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scripts/noswallow_open b/examples/scripts/noswallow_open index 4521b11..81a2a0b 100644..100755 --- a/examples/scripts/noswallow_open +++ b/examples/scripts/noswallow_open @@ -2,6 +2,6 @@ # Prefix to a command to make it so that any windows spawned from it don't swallow the terminal # for launching things from sxhd etc killall bspswallow -eval "$1" >/dev/null +eval $@ >/dev/null sleep 2 bspswallow & |
