My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: added yazi config

legoraft 507d61d5 5e5667fc

+34
+34
yazi/.config/yazi/yazi.toml
··· 1 + [mgr] 2 + ratio = [0, 1, 1] 3 + sort = "alphabetical" 4 + sort_sensitive = false 5 + sort_dir_first = true 6 + linemode = "mtime" 7 + show_symlink = true 8 + 9 + [preview] 10 + wrap = "yes" 11 + tab_size = 4 12 + max_width = 3840 13 + max_height = 3840 14 + image_filter = "triangle" 15 + image_quality = 60 16 + 17 + [opener] 18 + play = [ 19 + { run = 'vlc "$@"', orphan = true, for = "unix" } 20 + ] 21 + edit = [ 22 + { run = 'zeditor "$@"', orphan = true, for = "unix" } 23 + ] 24 + dir = [ 25 + { run = 'yazi "$@"', orphan = true, for = "unix" } 26 + ] 27 + open = [ 28 + { run = 'xdg-open "$@"', desc = "Open" } 29 + ] 30 + 31 + [open] 32 + prepend_rules = [ 33 + { mime = "inode/directory", use = "dir" } 34 + ]