add ff and ff.bz2 support in config.def.h

master
FRIGN 8 years ago committed by Markus Teich
parent e1a0b51d84
commit 3af7e93324

@ -49,5 +49,7 @@ static Shortcut shortcuts[] = {
};
static Filter filters[] = {
{ "\\.(png|jpg|gif)$", "2ff" },
{ "\\.ff$", "cat" },
{ "\\.ff.bz2$", "bunzip2" },
{ "\\.[a-z0-9]+$", "2ff" },
};

Loading…
Cancel
Save