mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Update yazi-default.toml
Add `desc` for play on Windows
This commit is contained in:
parent
ae14add0d1
commit
5dbc9e8212
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ extract = [
|
|||
]
|
||||
play = [
|
||||
{ run = 'mpv --force-window "$@"', orphan = true, for = "unix" },
|
||||
{ run = 'start "" "%1"', orphan = true, for = "windows" },
|
||||
{ run = 'start "" "%1"', orphan = true, desc = "Play with OS default", for = "windows" },
|
||||
{ run = '''mediainfo "$1"; echo "Press enter to exit"; read _''', block = true, desc = "Show media info", for = "unix" },
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue