mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 22:16:30 +00:00
14 lines
278 B
Text
14 lines
278 B
Text
|
# Images
|
||
|
image/jpeg; feh %s
|
||
|
image/pjpeg; feh %s
|
||
|
image/png; feh %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;
|