summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"]
+]