Przeglądaj źródła

~/.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 11 lat temu
rodzic
commit
36ca3c4f9b
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      .mailcap

+ 2 - 1
.mailcap

1
text/html; pandoc -f html -t markdown_strict %s; copiousoutput;
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
application/rar; lsar %s; copiousoutput;
4
application/rar; lsar %s; copiousoutput;