summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilk Brewster2019-03-31 16:02:48 +0100
committerMilk Brewster2019-03-31 16:02:48 +0100
commit0a2cfc6fdb99050e84881e212204f2b4960fe1a4 (patch)
treec4a402870d7c9d321522b09ccfa15b85798144f3
parenta5ba6cbd25eff31704cb69c06c2c0dccf8f538d0 (diff)
downloadaur-0a2cfc6fdb99050e84881e212204f2b4960fe1a4.tar.gz
file assocs
-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 } },