dotfiles/config/yazi/yazi.toml

25 lines
371 B
TOML
Raw Permalink Normal View History

2026-08-01 12:36:16 -04:00
[mgr]
ratio = [1, 3, 4]
[preview]
max_width = 1200
max_height = 1400
[opener]
image = [
2026-08-02 12:41:30 -04:00
{ run = 'nsxiv "$@"', desc = "nsxiv" },
2026-08-01 12:36:16 -04:00
]
video = [
{ run = 'mpv "$@"', desc = "mpv" },
]
audio = [
{ run = 'mpv "$@"', desc = "mpv" },
]
[open]
rules = [
{ mime = "image/*", use = "image" },
{ mime = "video/*", use = "video" },
{ mime = "audio/*", use = "audio" },
]