-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mailcap
13 lines (13 loc) · 1.29 KB
/
.mailcap
1
2
3
4
5
6
7
8
9
10
11
12
13
text/html; /usr/bin/firefox '%s'; description=HTML Text; test=test -n "$DISPLAY"; nametemplate=%s.html
text/html; /usr/bin/luakit '%s'; description=HTML Text; test=test -n "$DISPLAY"; nametemplate=%s.html
text/html; /usr/bin/elinks '%s'; description=HTML Text; test=test -x /usr/bin/elinks; nametemplate=%s.html
text/html; /usr/bin/lynx -stdin; description=HTML Text; test=test -x /usr/bin/luakit; nametemplate=%s.html
text/html; /usr/bin/vim; description=HTML Text; nametemplate=%s.html
application/pdf; /usr/bin/epdfview '%s'; test=test -n "$DISPLAY"; nametemplate=%s.pdf
application/msword; /usr/bin/libreoffice '%s'; test=test -n "$DISPLAY"; nametemplate=%s.doc
application/vnd.openxmlformats-officedocument.presentationml.presentation; /usr/bin/libreoffice '%s'; test=test -n "$DISPLAY"; nametemplate=%s.pptx
application/vnd.ms-powerpoint; /usr/bin/libreoffice '%s'; test=test -n "$DISPLAY"; nametemplate=%s.ppt
image/jpeg; /usr/bin/sxiv '%s'; description=JPEG Image; test=test -n "$DISPLAY"; nametemplate=%s.jpg
image/png; /usr/bin/sxiv '%s'; description=PNG Image; test=test -n "$DISPLAY"; nametemplate=%s.png
image/gif; /usr/bin/sxiv '%s'; description=GIF Image; test=test -n "$DISPLAY"; nametemplate=%s.gif
video/x-ms-wmv; /usr/bin/mplayer '%s'; description=WMV Video; test=test -n "$DISPLAY"; nametemplate=%s.wmv