Add mailcap entries for viewnior and zathura, remove unnecessary copiousoutput
This commit is contained in:
parent
45f91e4e08
commit
688c535c1d
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
text/plain; $EDITOR %s;
|
||||
text/html; ~/.local/bin/openfile %s; nametemplate=%s.html
|
||||
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump -width=1024 %s; nametemplate=%s.html; copiousoutput;
|
||||
image/*; ~/.local/bin/openfile %s;
|
||||
video/*; setsid mpv --quiet %s &; copiousoutput
|
||||
image/*; viewnior %s;
|
||||
video/*; setsid mpv --quiet %s &;
|
||||
audio/*; mpv %s;
|
||||
application/pdf; ~/.local/bin/openfile %s;
|
||||
application/pdf; zathura %s;
|
||||
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
|
||||
application/pgp-keys; gpg --import '%s'; copiousoutput;
|
||||
application/*; libreoffice '%s'; copiousoutput;
|
||||
application/*; libreoffice '%s';
|
||||
|
|
Loading…
Add table
Reference in a new issue