summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-04 20:33:58 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-01-04 20:33:58 -0500
commit7fe5c755be5555ce35d131c44fecc218776ee155 (patch)
treefd4ca979ac306409b7125249095bf1ec31acbac8 /config
parent84f72f16ba0799e6226d8575032db87e4591b07e (diff)
update mimetype.toml
Diffstat (limited to 'config')
-rw-r--r--config/mimetype.toml16
1 files changed, 14 insertions, 2 deletions
diff --git a/config/mimetype.toml b/config/mimetype.toml
index 23404b0..c6eb19c 100644
--- a/config/mimetype.toml
+++ b/config/mimetype.toml
@@ -1,5 +1,9 @@
# specify which applications to use to open certain file types
[mimetypes]
+"application/pdf" = [
+ ["evince"]
+]
+
"application/x-7z-compressed" = [
["file-roller"]
]
@@ -15,11 +19,13 @@
"image/jpeg" = [
["qimgv"],
- ["feh"]
+ ["feh"],
+ ["krita"]
]
"image/png" = [
["qimgv"],
- ["feh", "-F"]
+ ["feh", "-F"],
+ ["krita"]
]
"text/plain" = [
["nano"]
@@ -53,3 +59,9 @@
"video/x-matroska" = [
["mpv"]
]
+"video/x-ms-wmv" = [
+ ["mpv"]
+]
+"application/vnd.oasis.opendocument.text" = [
+ ["libreoffice"]
+]