diff --git a/config.def.h b/config.def.h index 023f8cd..f66d121 100644 --- a/config.def.h +++ b/config.def.h @@ -49,5 +49,7 @@ static Shortcut shortcuts[] = { }; static Filter filters[] = { - { "\\.(png|jpg|gif)$", "2ff" }, + { "\\.ff$", "cat" }, + { "\\.ff.bz2$", "bunzip2" }, + { "\\.[a-z0-9]+$", "2ff" }, };