diff options
author | EuAndreh <eu@euandre.org> | 2022-11-18 12:08:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-18 12:08:45 -0300 |
commit | 6ff68d7b8f026c9f9c1ab99bef9ced96b085cb4a (patch) | |
tree | c41148ee976f1a33c46997006e64e3300d76a453 /bin | |
parent | bin/menu: Wrap actions with remembering (diff) | |
download | dotfiles-6ff68d7b8f026c9f9c1ab99bef9ced96b085cb4a.tar.gz dotfiles-6ff68d7b8f026c9f9c1ab99bef9ced96b085cb4a.tar.xz |
bin/open: Use VLC over MPV
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/open | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 & |