Files
dotfiles-violet-chaton/INSTALL/configs/yazi.toml
Tetardtek ee455870f5 Initial commit — violet-chaton ricing setup
Environnement terminal complet aux couleurs violet-chaton pour Pop!_OS / Ubuntu avec COSMIC Desktop.
Inclut scripts d'installation, configs shell, thèmes et support COSMIC/Vivaldi/Vesktop.
2026-02-21 20:27:14 +01:00

22 lines
424 B
TOML

[manager]
ratio = [1, 3, 4] # proportions : parents | dossier | preview
sort_by = "natural"
sort_sensitive = false
sort_hidden = false
show_hidden = false
show_symlink = true
[preview]
tab_size = 2
max_width = 600
max_height = 900
[opener]
edit = [{ run = 'nano "$@"', block = true }]
[open]
rules = [
{ mime = "text/*", use = "edit" },
{ mime = "image/*", use = "open" },
]