Explorar el Código

~/.mailcap: handle pdfs with evince.

xdg-open seems unreliable, various apps install their own handlers. is
there a reliable way to configure xdg-open with a text file?
Lucas Stadler %!s(int64=11) %!d(string=hace) años
padre
commit
36ca3c4f9b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .mailcap

+ 2 - 1
.mailcap

@ -1,3 +1,4 @@
1 1
text/html; pandoc -f html -t markdown_strict %s; copiousoutput;
2
application/pdf; xdg-open %s; copiousoutput;
2
application/x-pdf; evince %s; copiousoutput;
3
application/pdf; evince %s; copiousoutput;
3 4
application/rar; lsar %s; copiousoutput;