-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mailcap
68 lines (63 loc) · 3.94 KB
/
.mailcap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
text/plain; $EDITOR %s ;
text/html; openfile %s ; nametemplate=%s.html
image/bmp; eog --fullscreen %s; test=test -n "$DISPLAY"
image/gif; eog --fullscreen %s; test=test -n "$DISPLAY"
image/jpeg; eog --fullscreen %s; test=test -n "$DISPLAY"
image/jpg; eog --fullscreen %s; test=test -n "$DISPLAY"
image/pjpeg; eog --fullscreen %s; test=test -n "$DISPLAY"
image/png; eog --fullscreen %s; test=test -n "$DISPLAY"
image/tiff; eog --fullscreen %s; test=test -n "$DISPLAY"
image/x-bmp; eog --fullscreen %s; test=test -n "$DISPLAY"
image/x-gray; eog --fullscreen %s; test=test -n "$DISPLAY"
image/x-icb; eog --fullscreen %s; test=test -n "$DISPLAY"
image/x-ico; eog --fullscreen %s; test=test -n "$DISPLAY"
image/x-png; eog --fullscreen %s; test=test -n "$DISPLAY"
image/x-portable-anymap; eog --fullscreen %s; test=test -n "$DISPLAY"
image/x-portable-bitmap; eog --fullscreen %s; test=test -n "$DISPLAY"
image/x-portable-graymap; eog --fullscreen %s; test=test -n "$DISPLAY"
image/x-portable-pixmap; eog --fullscreen %s; test=test -n "$DISPLAY"
image/x-xbitmap; eog --fullscreen %s; test=test -n "$DISPLAY"
image/x-xpixmap; eog --fullscreen %s; test=test -n "$DISPLAY"
image/x-pcx; eog --fullscreen %s; test=test -n "$DISPLAY"
image/svg+xml; eog --fullscreen %s; test=test -n "$DISPLAY"
image/svg+xml-compressed; eog --fullscreen %s; test=test -n "$DISPLAY"
image/vnd.wap.wbmp; eog --fullscreen %s; test=test -n "$DISPLAY"
image/x-icns; eog --fullscreen %s; test=test -n "$DISPLAY"
application/pdf; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-bzpdf; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-gzpdf; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-xzpdf; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-ext-pdf; evince --fullscreen %s; test=test -n "$DISPLAY"
application/postscript; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-bzpostscript; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-gzpostscript; evince --fullscreen %s; test=test -n "$DISPLAY"
image/x-eps; evince --fullscreen %s; test=test -n "$DISPLAY"
image/x-bzeps; evince --fullscreen %s; test=test -n "$DISPLAY"
image/x-gzeps; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-ext-ps; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-ext-eps; evince --fullscreen %s; test=test -n "$DISPLAY"
application/illustrator; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-dvi; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-bzdvi; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-gzdvi; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-ext-dvi; evince --fullscreen %s; test=test -n "$DISPLAY"
image/vnd.djvu+multipage; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-ext-djv; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-ext-djvu; evince --fullscreen %s; test=test -n "$DISPLAY"
image/tiff; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-cbr; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-cbz; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-cb7; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-cbt; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-ext-cbr; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-ext-cbz; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-ext-cb7; evince --fullscreen %s; test=test -n "$DISPLAY"
application/x-ext-cbt; evince --fullscreen %s; test=test -n "$DISPLAY"
application/vnd.comicbook+zip; evince --fullscreen %s; test=test -n "$DISPLAY"
application/vnd.comicbook-rar; evince --fullscreen %s; test=test -n "$DISPLAY"
application/oxps; evince --fullscreen %s; test=test -n "$DISPLAY"
application/vnd.ms-xpsdocument; evince --fullscreen %s; test=test -n "$DISPLAY"
video/*; setsid mpv --quiet %s &; copiousoutput
audio/*; mpv %s ;
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
application/pgp-keys; gpg --import '%s'; copiousoutput;