summaryrefslogtreecommitdiffstats
path: root/config/joshuto.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/joshuto.toml')
-rw-r--r--config/joshuto.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/config/joshuto.toml b/config/joshuto.toml
index 9cd7c1a..7d0124c 100644
--- a/config/joshuto.toml
+++ b/config/joshuto.toml
@@ -1,12 +1,13 @@
# sort_type options: size, natural, basename, atime, ctime, mtime, type, random
## currently only supports: natural, mtime
sort_type = "natural"
-sort_case_sensitive = false
-sort_reverse = false
-sort_directories_first = true
-# show hidden files
+[sort_option]
show_hidden = false
+case_sensitive = false
+reverse = false
+directories_first = true
+
show_prerview = true