diff --git a/config/yazi/yazi.toml b/config/yazi/yazi.toml index df98d8b..4b1b090 100644 --- a/config/yazi/yazi.toml +++ b/config/yazi/yazi.toml @@ -19,15 +19,11 @@ image = [ { run = 'xdg-open "$@"', desc = "Open" }, { run = 'set-theme "$@"', desc = "Set desktop theme from this image" }, ] -xdg = [ - { run = 'xdg-open "$@"', desc = "Open in default application" } -] [open] -rules = [ +prepend_rules = [ { mime = "application/pdf", use = "pdf" }, { mime = "image/png", use = "image" }, { mime = "image/jpg", use = "image" }, { mime = "image/jpeg", use = "image" }, - { mime = "*", use = "xdg" } ]