dotfiles

My personal dotfiles
git clone git://pcardensab.com/dotfiles
Log | Files | Refs | Submodules | README

mailcap (738B)


      1 #text/html; qutebrowser %s --target private-window &> /dev/null; needsterminal; nametemplate=%s.html; test=test -n "$DISPLAY";
      2 text/html; firefox --private-window %s &> /dev/null; needsterminal; nametemplate=%s.html; test=test -n "$DISPLAY";
      3 text/html; elinks %s; nametemplate=%s.html;
      4 text/html; elinks -dump -dump-color-mode 1; copiousoutput;
      5 
      6 #text/html; elinks -dump -dump-charset %{charset} -default-mime-type text/html %s; needsterminal; copiousoutput;
      7 application/pdf; zathura %s &> /dev/null; needsterminal; nametemplate=%s.pdf; test=test -n "$DISPLAY";
      8 application/pdf; pdftotext %s -; copiousoutput;
      9 
     10 image/*; xdg-open %s &> /dev/null; test=test -n "$DISPLAY";
     11 
     12 application/*; xdg-open %s &> /dev/null; test=test -n "$DISPLAY";