Skip to content
Snippets Groups Projects
Commit 31dad3e0 authored by Jens Nolte's avatar Jens Nolte
Browse files

Pass arguments to binary in run-sway script

parent e6d18e50
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ mkfifo $STDERR
trap "swaymsg bar $SWAY_BAR_ID status_command $DEFAULT_BAR_COMMAND; rm -rf $TEMP_DIR" EXIT INT HUP TERM
swaymsg bar $SWAY_BAR_ID status_command "exec $(stack path --local-install-root)/bin/$EXECUTABLE_NAME -- server 2> $STDERR"
swaymsg bar $SWAY_BAR_ID status_command "exec $(stack path --local-install-root)/bin/$EXECUTABLE_NAME $@ -- server 2> $STDERR"
# show output and run forever (use Ctrl-C to stop)
cat $STDERR
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment