From 25c16033d71df34b00e23432e9bf5585bd1fe948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 1 Aug 2024 14:38:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20perf(yazi):=20make=20orphans=20t?= =?UTF-8?q?he=20image,=20audio,=20video=20and=20fallback=20openers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/yazi/yazi.toml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.config/yazi/yazi.toml b/.config/yazi/yazi.toml index af0515b7..28101f8d 100644 --- a/.config/yazi/yazi.toml +++ b/.config/yazi/yazi.toml @@ -26,10 +26,18 @@ document = [ { run = 'xdg-open "$@"', orphan = true, desc = "xdg-open", for = "linux" }, ] -image = [{ run = 'xdg-open "$@"', desc = "xdg-open", for = "linux" }] -video = [{ run = 'xdg-open "$@"', desc = "xdg-open", for = "linux" }] -audio = [{ run = 'xdg-open "$@"', desc = "xdg-open", for = "linux" }] -fallback = [{ run = 'xdg-open "$@"', desc = "xdg-open", for = "linux" }] +image = [ + { run = 'xdg-open "$@"', orphan = true, 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] rules = [