🚀 perf(yazi): make orphans the image, audio, video and fallback openers
This commit is contained in:
parent
bffb5d6198
commit
25c16033d7
1 changed files with 12 additions and 4 deletions
|
@ -26,10 +26,18 @@ document = [
|
||||||
{ run = 'xdg-open "$@"', orphan = true, desc = "xdg-open", for = "linux" },
|
{ run = 'xdg-open "$@"', orphan = true, desc = "xdg-open", for = "linux" },
|
||||||
]
|
]
|
||||||
|
|
||||||
image = [{ run = 'xdg-open "$@"', desc = "xdg-open", for = "linux" }]
|
image = [
|
||||||
video = [{ run = 'xdg-open "$@"', desc = "xdg-open", for = "linux" }]
|
{ run = 'xdg-open "$@"', orphan = true, desc = "xdg-open", for = "linux" },
|
||||||
audio = [{ run = 'xdg-open "$@"', desc = "xdg-open", for = "linux" }]
|
]
|
||||||
fallback = [{ run = 'xdg-open "$@"', desc = "xdg-open", for = "linux" }]
|
video = [
|
||||||
|
{ run = 'xdg-open "$@"', orphan = true, desc = "xdg-open", for = "linux" },
|
||||||
|
]
|
||||||
|
audio = [
|
||||||
|
{ run = 'xdg-open "$@"', orphan = true, desc = "xdg-open", for = "linux" },
|
||||||
|
]
|
||||||
|
fallback = [
|
||||||
|
{ run = 'xdg-open "$@"', orphan = true, desc = "xdg-open", for = "linux" },
|
||||||
|
]
|
||||||
|
|
||||||
[open]
|
[open]
|
||||||
rules = [
|
rules = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue