From e91e8e27a566e73beb02a1a5acc7d6136c6a8cf0 Mon Sep 17 00:00:00 2001 From: Jiayi Zhao Date: Mon, 24 Dec 2018 13:08:33 -0500 Subject: add options for sorting --- config/joshuto.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config') 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 -- cgit v1.2.3