diff options
author | Daniel Jones <admin@danieljon.es> | 2019-07-29 08:03:15 +0930 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2019-07-29 08:03:15 +0930 |
commit | df687bd25cb771dbcc66c0d8885bbd948f3f03dc (patch) | |
tree | af3de43fed05a6894b9ddf6af1d798699bcf1a15 | |
parent | 8998c211232dca55c332da74b2dc49c05daca930 (diff) | |
download | urlopener-df687bd25cb771dbcc66c0d8885bbd948f3f03dc.tar.gz urlopener-df687bd25cb771dbcc66c0d8885bbd948f3f03dc.zip |
why the fuck is pnj a thing
-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", "/usr/bin/feh"}, + {"jpg,jpeg,png,jpg:large,pnj", "/usr/bin/feh"}, {"gif,gifv,webm,mp4,mp3,wav,flac", "/usr/bin/mpv --loop --force-window=yes"}, {"pdf", "/usr/bin/mupdf"}, {"slackspecial", "/home/daniel_j/compiled/waterfox/waterfox"} |