summaryrefslogtreecommitdiffstats
path: root/config/joshuto.toml
blob: a3b797c00d36e4349d1dfc48d92ab6ef2379090c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# currently does not work
scroll_offset = 6

xdg_open = false
use_trash = true

[display]
automatically_count_files = false
collapse_preview = true
# ratios for parent view, current view and preview
column_ratio = [1, 4, 4]
show_borders = true
show_hidden = false
show_icons = true
show_preview = true
tilde_in_titlebar = true

[display.sort]
# lexical, mtime, natural
method = "natural"
case_sensitive = false
directories_first = true
reverse = false

[preview]
max_preview_size = 2097152 # 2MB
preview_images = false
preview_script = "~/.config/joshuto/preview.sh"

[tab]
# inherit, home, root
home_page = "home"