summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-07-20 18:47:40 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-07-20 18:47:40 -0400
commite417abb8ee822c4873cbfd700f439a7e5b7f38d9 (patch)
tree3d07f435c38a5d1609b37fff6037c013b36cf8be /config
parent13d27d3cb6ebd9de63bd99e75daf340ebfc5e0c0 (diff)
add support for opening files in external programs
Diffstat (limited to 'config')
-rw-r--r--config/joshuto.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/joshuto.toml b/config/joshuto.toml
index 888ab7c..e04d126 100644
--- a/config/joshuto.toml
+++ b/config/joshuto.toml
@@ -3,4 +3,8 @@ show_hidden = true
sort_method = "natural"
[mimetypes]
-"text/plain" = "nano"
+"application/x-matroska" = "mpv"
+"application/x-shellscript" = "nano"
+"image/jpeg" = "feh"
+"image/png" = "feh"
+"text/plain" = "nano"