diff options
author | Daniel Jones <admin@danieljon.es> | 2019-08-27 09:34:12 +0930 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2019-08-27 09:34:12 +0930 |
commit | b51e2a24ea5dc1c28648f47cbe27705cf3c87f80 (patch) | |
tree | 975fba650a3866271b7584e4d69cb6a84de3fb57 | |
parent | 84ceb93de816408809c98a0df5f603398f499845 (diff) | |
download | urlopener-b51e2a24ea5dc1c28648f47cbe27705cf3c87f80.tar.gz urlopener-b51e2a24ea5dc1c28648f47cbe27705cf3c87f80.zip |
add png:large
-rw-r--r-- | urlopen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, }; |