summaryrefslogtreecommitdiffstats
path: root/config/mimetype.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-27 10:01:37 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-27 10:01:37 -0500
commit41503bd9158619a844c304dda429ae8755646178 (patch)
treea3b29fd18bc256bac80243a8ea85fdf320311f43 /config/mimetype.toml
parent4881dbbac436437bec3bf2e7ec2574c4d61d89c5 (diff)
update configs
Diffstat (limited to 'config/mimetype.toml')
-rw-r--r--config/mimetype.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/mimetype.toml b/config/mimetype.toml
index 55c5400..9a28df7 100644
--- a/config/mimetype.toml
+++ b/config/mimetype.toml
@@ -1,5 +1,8 @@
# specify which applications to use to open certain file types
[mimetypes]
+"audio/mpeg" = [
+ ["mpv"]
+]
"application/x-matroska" = [
["mpv"]
]
@@ -21,6 +24,9 @@
"text/x-csrc" = [
["nano"]
]
+"audio/x-wav" = [
+ [ "mpv" ]
+]
"video/mp4" = [
["mpv"]
]