summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-24 13:08:33 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-24 13:08:33 -0500
commite91e8e27a566e73beb02a1a5acc7d6136c6a8cf0 (patch)
tree97753baeedee3db2907e0ff9985c7d3d2b6e5b40 /config
parent99c1191bde570ec3e8fe94fffbb2b6c19f3fa545 (diff)
add options for sorting
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 c9cc2bb..a6ca8dd 100644
--- a/config/joshuto.toml
+++ b/config/joshuto.toml
@@ -1,6 +1,10 @@
# sort_type options: size, natural, basename, atime, ctime, mtime, type, random
## currently only supports: natural, mtime
-sort_type = "natural"
+sort_type = "mtime"
+
+case_sensitive = false
+sort_reverse = false
+folders_first = true
# show hidden files
show_hidden = false