vcom/vcom.toml

44 lines
684 B
TOML
Raw Normal View History

2026-04-22 22:10:50 +03:00
[startup]
left_path = ''
right_path = ''
2026-04-22 22:10:50 +03:00
[ui]
app_title = 'vcom'
2026-04-29 16:47:13 +03:00
theme = 'github-dark'
icon_mode = 'auto'
2026-04-22 22:10:50 +03:00
show_title_bar = true
show_footer = true
border = 'rounded'
path_display = 'smart'
2026-04-22 22:10:50 +03:00
pane_gap = 1
center_width_percent = 30
[browser]
show_hidden = true
dirs_first = true
human_readable_size = true
[browser.sort]
by = 'name'
2026-04-22 22:10:50 +03:00
reverse = false
[browser.columns]
name = true
size = true
modified = true
created = false
permissions = false
extension = false
2026-04-22 22:10:50 +03:00
[preview]
show_metadata = true
wrap_text = false
max_preview_bytes = 65536
directory_preview_limit = 80
[behavior]
confirm_delete = true
confirm_overwrite = true
calculate_dir_size_on_space = true
follow_symlinks = false