diff options
Diffstat (limited to 'sway-launcher-desktop.sh')
| -rwxr-xr-x | sway-launcher-desktop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway-launcher-desktop.sh b/sway-launcher-desktop.sh index f861177..59cce1b 100755 --- a/sway-launcher-desktop.sh +++ b/sway-launcher-desktop.sh @@ -222,4 +222,4 @@ readarray -d ${DEL} -t PROVIDER_ARGS <<<${PROVIDERS[${PARAMS[1]}]} # Substitute {1}, {2} etc with the correct values COMMAND=${PROVIDER_ARGS[2]//\{1\}/${PARAMS[0]}} COMMAND=${COMMAND//\{2\}/${PARAMS[3]}} -(exec setsid /bin/sh -c "${COMMAND}" &) +(exec setsid /bin/sh -c "${COMMAND}" &>/dev/null &) |
