summaryrefslogtreecommitdiffstats
path: root/config/joshuto.toml
blob: 5f736ddf7226359f6aee67c6f33f80ed1723a82f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# sort_type options: size, natural, basename, atime, ctime, mtime, type, random
## currently only supports: natural, mtime
sort_type = "natural"
case_sensitive = false
sort_reverse = false
folders_first = true

# show hidden files
show_hidden = false

show_prerview = true

# ratios for parent view, current view and preview
column_ratio = [1, 3, 4]

# does nothing so far
scroll_offset = 8