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" },