1
0
forked from extern/nix-config

Use feh for images and zathura for pdfs in .mailcap

This commit is contained in:
Donovan Glover 2017-12-11 23:52:04 -05:00
parent f63933285a
commit ac271b80fd
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -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