summarylogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 8bd152d2501d..6304985748c9 100644
--- a/config.h
+++ b/config.h
@@ -34,7 +34,7 @@ struct cpair pairs[] = {
struct assoc assocs[] = {
{ .regex = "\\.(avi|mp4|mkv|mov|ogm|3gp|dv|wav|aiff|pcm|mp3|ogg|flac|ape|aac|m4a|wma|opus|pls|m3u|mod|it|s3m|xm|flv)$", .file = "mpv", .argv = { "mpv", "--really-quiet", "--load-scripts=no", "{}", NULL } },
{ .regex = "\\.(png|jpg|jpeg|gif|bmp|tiff|tga)$", .file = "sxiv", .argv = { "sxiv", "{}", NULL} },
- { .regex = "\\.(html|svg)$", .file = "firefox", .argv = { "firefox", "{}", NULL } },
+ { .regex = "\\.(html|htm|svg)$", .file = "firefox", .argv = { "firefox", "{}", NULL } },
{ .regex = "\\.pdf$", .file = "mupdf", .argv = { "mupdf", "{}", NULL} },
{ .regex = "\\.sh$", .file = "sh", .argv = { "sh", "{}", NULL} },
{ .regex = ".", .file = "less", .argv = { "less", "{}", NULL } },