summaryrefslogtreecommitdiffstats
path: root/config/joshuto.toml
blob: f7b3bbbea0e716856070662b0d7827189dbd5bb1 (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
33
34
xdg_open = false
xdg_open_fork = false
use_trash = true
watch_files = true

[display]
automatically_count_files = false
collapse_preview = true
# ratios for parent view (optional), current view and preview
column_ratio = [1, 4, 4]
scroll_offset = 6
show_borders = true
show_hidden = false
show_icons = true
show_preview = true
tilde_in_titlebar = true
# none, absolute, relative
line_number_style = "none"

[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"