You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
307 B
TOML

1 month ago
[manager]
ratio = [1, 2, 3]
sort_by = 'natural'
show_hidden = true
show_symlink = true
[preview]
tab_size = 2
max_width = 1280
max_height = 1280
image_quality = 50
image_filter = 'nearest'
[plugin]
prepend_previewers = [
{ mime = "text/*", run = "bat" },
{ mime = "application/json", run = "bat" },
]