summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortinywrkb <tinywrkb@gmail.com>2022-01-12 14:36:13 +0200
committertinywrkb <tinywrkb@gmail.com>2022-01-12 15:23:23 +0200
commit2d44db28e2f87b2d28a96299d5339ff04efb05c5 (patch)
tree755fc63050636e3c8530047daf4bf4099559b996
parentd7a4c3a24dafd8173145ea499d8e9f93bee028b1 (diff)
downloadqutebrowser-2d44db28e2f87b2d28a96299d5339ff04efb05c5.tar.gz
qutebrowser-2d44db28e2f87b2d28a96299d5339ff04efb05c5.zip
userscripts/open_download: Wait for xdg-open exit code
-rwxr-xr-xmisc/userscripts/open_download2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/userscripts/open_download b/misc/userscripts/open_download
index 8a1439fa1..e118765f7 100755
--- a/misc/userscripts/open_download
+++ b/misc/userscripts/open_download
@@ -121,4 +121,4 @@ else
msg info "Opening »$file« (of type $filetype) with ${application%.desktop}"
fi
-xdg-open "$path" &
+xdg-open "$path"