You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
456 B

  1. #text/html; qutebrowser %s &; test=test -n "$DISPLAY"; needsterminal;
  2. #text/html; $BROWSER %s 2>/dev/null & disown; copiousoutput;
  3. text/html; w3m -I %{charset} -T text/html; copiousoutput;
  4. application/pdf; mv %s %s.pdf && i3 exec mupdf %s.pdf > /dev/null; needsterminal;
  5. image/*; ~/.config/mutt/etc/muttimage.sh %s ; copiousoutput
  6. #application/pdf; pdftotext '%s' -; copiousoutput; description=PDF Document;
  7. #nametemplate=%s.pdf
  8. #
  9. text/plain; vim %s ;