summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-07-28 10:55:51 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-07-28 10:55:51 -0400
commit4d767d289a18e365913da98a0d3ad9afed26644b (patch)
treecc98e668178b4361c8dcd38ca2ca52c27e41d3ff /config
parent8b2add26973685f336197f5036383a5c85e84545 (diff)
update config toml to reflect changes in code
Diffstat (limited to 'config')
-rw-r--r--config/joshuto.toml13
1 files changed, 8 insertions, 5 deletions
diff --git a/config/joshuto.toml b/config/joshuto.toml
index e04d126..916d1b7 100644
--- a/config/joshuto.toml
+++ b/config/joshuto.toml
@@ -2,9 +2,12 @@ show_hidden = true
# sort_method options: size, natural, basename, atime, ctime, mtime, type, random
sort_method = "natural"
+scroll_offset = 8
+
[mimetypes]
-"application/x-matroska" = "mpv"
-"application/x-shellscript" = "nano"
-"image/jpeg" = "feh"
-"image/png" = "feh"
-"text/plain" = "nano"
+"application/x-matroska" = [ "mpv" ]
+"application/x-shellscript" = [ "nano" ]
+"image/jpeg" = [ "feh" ]
+"image/png" = [ "feh", "-F" ]
+"text/plain" = [ "nano" ]
+"text/x-csrc" = [ "nano" ]