summaryrefslogtreecommitdiffstats
path: root/config/joshuto.toml
blob: 0b3aae1e717beab73680e32d93e0f7cad5c519b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# sort_type options: size, natural, basename, atime, ctime, mtime, type, random
## currently only supports: natural, mtime
tilde_in_titlebar = true

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

# does nothing so far
scroll_offset = 6

sort_type = "natural"

show_preview = true
max_preview_size = 2097152 # 2MB

[sort_option]
show_hidden = false
case_sensitive = false
reverse = false
directories_first = true

show_preview = true