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.
This commit is contained in:
21
INSTALL/configs/yazi.toml
Normal file
21
INSTALL/configs/yazi.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[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" },
|
||||
]
|
||||
Reference in New Issue
Block a user