summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
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