diff options
| -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 & |
