From 41503bd9158619a844c304dda429ae8755646178 Mon Sep 17 00:00:00 2001 From: Jiayi Zhao Date: Thu, 27 Dec 2018 10:01:37 -0500 Subject: update configs --- config/mimetype.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/mimetype.toml') 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"] ] -- cgit v1.2.3