diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-12-18 11:14:47 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-12-18 11:14:47 +0700 |
commit | c96d607a269c2b65d6a1191a5d4119eb7efc59f2 (patch) | |
tree | c73628150cd8e35a7bf4487137af174c282d02cb /debian | |
parent | 694b8f443db6e3b2b6dc6335638d9f1c7a77e0be (diff) | |
download | dotfiles-c96d607a269c2b65d6a1191a5d4119eb7efc59f2.tar.gz |
Update 2018-12-18
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.mailcap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/.mailcap b/debian/.mailcap index b54b674..6cca665 100644 --- a/debian/.mailcap +++ b/debian/.mailcap @@ -27,7 +27,7 @@ # around the `%s` image/x-imgur-album; feh %s; test=test -n "$DISPLAY" image/gif; mpv '%s' --loop=inf; test=test -n "$DISPLAY" -#image/*; feh '%s'; test=test -n "$DISPLAY" +image/*; feh '%s'; test=test -n "$DISPLAY" # Youtube videos are assigned a custom mime-type, which can be streamed with # vlc or youtube-dl. @@ -55,7 +55,7 @@ image/x-imgur-album; echo # 256 color images using half-width unicode characters # Much higher quality that img2txt, but must be built from source # https://github.com/rossy/img2xterm -image/*; curl -s '%s' | convert -resize 80x80 - jpg:/tmp/rtv.jpg && img2xterm /tmp/rtv.jpg; needsterminal; copiousoutput +#image/*; curl -s '%s' | convert -resize 80x80 - jpg:/tmp/rtv.jpg && img2xterm /tmp/rtv.jpg; needsterminal; copiousoutput # Display images in classic ascii using img2txt and lib-caca image/*; curl -s '%s' | convert - jpg:/tmp/rtv.jpg && img2txt -f utf8 /tmp/rtv.jpg; needsterminal; copiousoutput |