summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--urlopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/urlopen.c b/urlopen.c
index ddbeda4..2d6d496 100644
--- a/urlopen.c
+++ b/urlopen.c
@@ -45,7 +45,7 @@ char *programs[][2] =
* separate extensions using ','
*/
{"default", /* this is the default program */ "/usr/bin/qutebrowser"},
- {"jpg,jpeg,png,jpg:large,pnj", "/usr/bin/feh"},
+ {"jpg,jpeg,png,jpg:large,png:large,pnj", "/usr/bin/feh"},
{"gif,gifv,webm,mp4,mp3,wav,flac", "/usr/bin/mpv --loop --force-window=yes"},
{"pdf", "/usr/bin/mupdf"},
};