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

This commit is contained in:
FRIGN 2016-07-14 11:23:17 +02:00 committed by Markus Teich
parent e1a0b51d84
commit 3af7e93324
1 changed files with 3 additions and 1 deletions

View File

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