commit bfdd034c048a9d5c47d86c48bb3dcb4bd2cc6a7d
parent cf018a39c030147a120bbc2f6bbfbed9f31c14d1
Author: William Casarin <jb55@jb55.com>
Date: Sat, 19 Sep 2020 04:54:44 -0700
av98: update handlers
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bin/av98 b/bin/av98
@@ -80,13 +80,13 @@ _ABBREVS = {
}
_MIME_HANDLERS = {
- "application/pdf": "xpdf %s",
+ "application/pdf": "zathura %s",
"audio/mpeg": "mpg123 %s",
"audio/ogg": "ogg123 %s",
- "image/*": "feh %s",
+ "image/*": "sxiv %s",
"text/html": "lynx -dump -force_html %s",
- "text/plain": "cat %s",
- "text/gemini": "cat %s",
+ "text/plain": "less %s",
+ "text/gemini": "less %s",
}
# monkey-patch Gemini support in urllib.parse