diff options
author | katherine <shmibs@airen-no-jikken.icu> | 2019-04-14 22:13:37 -0700 |
---|---|---|
committer | katherine <shmibs@airen-no-jikken.icu> | 2019-04-14 22:13:37 -0700 |
commit | 2fbc2465e1a934a7a878194b9cacb8591b662592 (patch) | |
tree | d45a9884c5f509be51a9e86cacf4b4ebb3105731 /.config/ranger | |
parent | d25cec232053467d9c5ce10a5262cce52324fbab (diff) | |
download | dotfiles-2fbc2465e1a934a7a878194b9cacb8591b662592.tar.gz |
snap
Diffstat (limited to '.config/ranger')
-rw-r--r-- | .config/ranger/rifle.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf index 7000ba6..1be6a2b 100644 --- a/.config/ranger/rifle.conf +++ b/.config/ranger/rifle.conf @@ -81,7 +81,8 @@ mime ^audio, !terminal, has mpv, X, flag f = mpv --force-window=yes -- "$@" mime ^audio, terminal, has audio-convert = audio-convert -d converted -c vorbis -q 10 "$@" mime ^audio, terminal, has audio-convert = audio-convert -d converted -c opus "$@" -mime ^audio, terminal, has audio-concat = audio-concat "$@" +mime ^audio, terminal, has audio-concat = audio-concat -o concatenated.opus "$@" +mime ^audio, terminal, has audio-concat = audio-concat -o concatenated.flac "$@" mime ^video, has mpv, X, flag f = mpv -- "$@" mime ^video, has mpv, terminal, !X = mpv --vo=tct -- "$@" |