From 2bf1a822d3d3c36420f26a147a95d69e903e11d6 Mon Sep 17 00:00:00 2001 From: Matthias De Bie Date: Wed, 17 Apr 2019 08:58:54 +0200 Subject: [PATCH] Make sure feh scales the image to fit the window --- rtv/templates/mailcap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtv/templates/mailcap b/rtv/templates/mailcap index 1c3f45b..9c6a9d5 100644 --- a/rtv/templates/mailcap +++ b/rtv/templates/mailcap @@ -25,9 +25,9 @@ # Feh is a simple and effective image viewer # Note that rtv returns a list of urls for imgur albums, so we don't put quotes # around the `%s` -image/x-imgur-album; feh -g 640x480 %s; test=test -n "$DISPLAY" +image/x-imgur-album; feh -g 640x480 -. %s; test=test -n "$DISPLAY" image/gif; mpv '%s' --autofit 640x480 --loop=inf; test=test -n "$DISPLAY" -image/*; feh -g 640x480 '%s'; test=test -n "$DISPLAY" +image/*; feh -g 640x480 -. '%s'; test=test -n "$DISPLAY" # Youtube videos are assigned a custom mime-type, which can be streamed with # vlc or youtube-dl.