From ac271b80fdb5acdf1098a31801a3481a4aa83220 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 11 Dec 2017 23:52:04 -0500 Subject: [PATCH] Use feh for images and zathura for pdfs in .mailcap --- dotfiles/.mailcap | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dotfiles/.mailcap b/dotfiles/.mailcap index bce5d3a..1a9bf7d 100644 --- a/dotfiles/.mailcap +++ b/dotfiles/.mailcap @@ -18,6 +18,8 @@ # ################################################################################## +# mailcap is used for software like rtv and w3m + # Use feh for imgur albums image/x-imgur-album; feh -g 1280x960 %s; test=test -n "$DISPLAY" @@ -33,3 +35,8 @@ video/x-youtube; mpv --ytdl-format=best '%s' --autofit 1280x960; test=test -n "$ # Use mpv for all other types of videos video/*; mpv '%s' --autofit 1280x960 --loop=inf; test=test -n "$DISPLAY" +# Use feh for all other types of images +image/*; feh %s + +# Use zathura for pdfs +application/pdf; zathura %s