930 B
930 B
Mailcap
This is mostly used, in my case, for telling Gnus how to open certain files.
-
Use zathura to read PDF files.
application/pdf; zathura %s
-
Use GIMP or feh to open any image files.
image/*; gimp %s image/*; feh %s
-
Use LibreOffice to open any
.docx
or.xlsx
files.application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice %s application/vnd.openxmlformats-officedocument.spreadsheetml.sheet; libreoffice %s