summaryrefslogtreecommitdiffstats
path: root/config/mimetype.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-03 12:55:26 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-03 12:55:26 -0500
commitef2ceb8139ce467a2a1891318b2e46c92b5fc50d (patch)
tree5c5acb1242613a47af185e2f0aabe4f3b9e99c18 /config/mimetype.toml
parentb64ae15139c6ce3a426643fa8a1a44a3117d6667 (diff)
update config files
Diffstat (limited to 'config/mimetype.toml')
-rw-r--r--config/mimetype.toml33
1 files changed, 28 insertions, 5 deletions
diff --git a/config/mimetype.toml b/config/mimetype.toml
index 9a28df7..23404b0 100644
--- a/config/mimetype.toml
+++ b/config/mimetype.toml
@@ -1,15 +1,18 @@
# specify which applications to use to open certain file types
[mimetypes]
-"audio/mpeg" = [
- ["mpv"]
-]
-"application/x-matroska" = [
- ["mpv"]
+"application/x-7z-compressed" = [
+ ["file-roller"]
]
+
"application/x-shellscript" = [
["nano"],
["gedit"]
]
+
+"audio/mpeg" = [
+ ["mpv"]
+]
+
"image/jpeg" = [
["qimgv"],
["feh"]
@@ -21,12 +24,32 @@
"text/plain" = [
["nano"]
]
+
+"text/x-rust" = [
+ ["nano"]
+]
+
"text/x-csrc" = [
["nano"]
]
+
+"text/x-markdown" = [
+ ["nano"]
+]
+
+"text/x-toml" = [
+ ["nano"]
+]
+
"audio/x-wav" = [
[ "mpv" ]
]
"video/mp4" = [
["mpv"]
]
+"video/webm" = [
+ ["mpv"]
+]
+"video/x-matroska" = [
+ ["mpv"]
+]