add ff and ff.bz2 support in config.def.h
This commit is contained in:
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…
Reference in New Issue
Block a user