diff options
| -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 2441cbe..eb146d9 100755 --- a/sway-launcher-desktop.sh +++ b/sway-launcher-desktop.sh @@ -209,4 +209,4 @@ command) ;; esac -exec setsid /bin/sh -c "$command" +(exec setsid /bin/sh -c "$command" &) |
