mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 22:16:30 +00:00
13 lines
278 B
Text
13 lines
278 B
Text
# Images
|
|
image/jpeg; imv %s
|
|
image/pjpeg; imv %s
|
|
image/png; imv %s
|
|
image/gif; firefox %s
|
|
|
|
# PDF
|
|
application/pdf; zathura %s
|
|
|
|
# HTML
|
|
# -- always use w3m; it's gay to use firefox for this
|
|
# text/html; elinks -force-html %s
|
|
text/html; w3m -I %{charset} -T text/html; copiousoutput;
|