summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-24 14:14:23 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-12-24 14:14:23 -0500
commit6b983f61d52e11f2d68236dd01bf0003b837a0d3 (patch)
tree564b7d2f088a8e1cebaa4a82783bffb152216c53
parente91e8e27a566e73beb02a1a5acc7d6136c6a8cf0 (diff)
add more options to config examples
-rw-r--r--config/joshuto.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/joshuto.toml b/config/joshuto.toml
index a6ca8dd..5f736dd 100644
--- a/config/joshuto.toml
+++ b/config/joshuto.toml
@@ -1,7 +1,6 @@
# sort_type options: size, natural, basename, atime, ctime, mtime, type, random
## currently only supports: natural, mtime
-sort_type = "mtime"
-
+sort_type = "natural"
case_sensitive = false
sort_reverse = false
folders_first = true