replace yazi default player with my installation.

This commit is contained in:
2025-12-04 15:52:17 +08:00
parent f70b115dd1
commit 182cdb5e09

View File

@@ -1,3 +1,10 @@
[mgr]
show_hidden = true
show_symlink = true
[opener]
play = [
{ run = 'vlc "$@"', orphan = true, for = "unix" },
{ run = 'mpv --force-window %*', orphan = true, for = "windows" },
{ run = '''mediainfo "$1"; echo "Press enter to exit"; read _''', block = true, desc = "Show media info", for = "unix" },
]