summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 94ed09e..92d577c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -47,6 +47,5 @@ static Shortcut shortcuts[] = {
};
static Filter filters[] = {
- { "\\.png$", "png2ff" },
- { "\\.(jpg|gif)$", "2ff" },
+ { "\\.(png|jpg|gif)$", "2ff" },
};
Software created with 💖