aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/open4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/open b/bin/open
index f2fdf9d..a57e13e 100755
--- a/bin/open
+++ b/bin/open
@@ -69,7 +69,7 @@ for f in "$@"; do
vlc "$f" 1>&2 2>/dev/null &
;;
*.flac|*.ogg|*.mkv|*.avi|*.mp4)
- nohup mpv "$f" 1>&2 2>/dev/null &
+ vlc "$f" 1>&2 2>/dev/null &
;;
http*|*.svg|*.html)
"$BROWSER" "$f"
@@ -81,7 +81,7 @@ for f in "$@"; do
telescope "$f"
;;
*.pdf|*.djvu|*.ps|*.epub)
- nohup zathura "$f" 1>&2 2>/dev/null &
+ zathura "$f" 1>&2 2>/dev/null &
;;
*.txt)
less "$f"