aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/open2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/open b/bin/open
index d2eedd3..f2fdf9d 100755
--- a/bin/open
+++ b/bin/open
@@ -66,7 +66,7 @@ for f in "$@"; do
feh "$f"
;;
https://www.youtube.com/watch*)
- nohup mpv "$f" 1>&2 2>/dev/null &
+ vlc "$f" 1>&2 2>/dev/null &
;;
*.flac|*.ogg|*.mkv|*.avi|*.mp4)
nohup mpv "$f" 1>&2 2>/dev/null &