From 975637bf4f7c38062095cb924fd68d0e878060aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 2 Feb 2025 00:46:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(yazi):=20keymap=20to=20open?= =?UTF-8?q?=20nemo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/yazi/yazi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/yazi/yazi.toml b/.config/yazi/yazi.toml index a44fe4ee..0dd35b0f 100644 --- a/.config/yazi/yazi.toml +++ b/.config/yazi/yazi.toml @@ -7,7 +7,7 @@ sort_dir_first = true [opener] folder = [ - { run = 'hyprctl dispatch exec "[float; size 60% 60%; center 1] nemo" "$@"', orphan = true, desc = "nemo", for = "linux" }, + { run = 'hyprctl dispatch exec "[float; size 60% 60%; center 1] nemo" "$1"', orphan = true, desc = "nemo", for = "linux" }, { run = '''fish -c "nvim "$1""''', block = true, desc = "neovim", for = "linux" }, { run = 'kitty --detach nvim "$@"', orphan = true, desc = "neovim (detached)", for = "linux" }, { run = '''fish -c "lazygit -p "$1""''', block = true, desc = "lazygit", for = "linux" },