replace yazi default player with my installation.
This commit is contained in:
@@ -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" },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user