aboutsummaryrefslogtreecommitdiff
path: root/bin/open
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-18 12:08:45 -0300
committerEuAndreh <eu@euandre.org>2022-11-18 12:08:45 -0300
commit6ff68d7b8f026c9f9c1ab99bef9ced96b085cb4a (patch)
treec41148ee976f1a33c46997006e64e3300d76a453 /bin/open
parentbin/menu: Wrap actions with remembering (diff)
downloaddotfiles-6ff68d7b8f026c9f9c1ab99bef9ced96b085cb4a.tar.gz
dotfiles-6ff68d7b8f026c9f9c1ab99bef9ced96b085cb4a.tar.xz
bin/open: Use VLC over MPV
Diffstat (limited to 'bin/open')
-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 &