This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/home/.config/tg/mailcap

13 lines
202 B
Plaintext

# media
video/*; mpv "%s"
audio/ogg; mpv --speed 1.33 "%s"
audio/mpeg; mpv --no-video "%s"
image/*; qimgv "%s"
# text
text/html; firefox "%s"
text/plain; less "%s"
# fallback to vim
text/*; nvim "%s"