aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJopStro <[email protected]>2021-02-01 15:09:18 +0000
committerJopStro <[email protected]>2021-02-01 15:09:18 +0000
commite8d9d578f6057ac74e4b61f022d5e2c59eeca80a (patch)
tree8ea079f06c51b51d35c5028da27d053abf46605a
parentdadf868277c727afc4cc7fabc0f4ea1c2372d4c5 (diff)
Add arg support
-rwxr-xr-x[-rw-r--r--]examples/scripts/noswallow_open2
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 &