diff --git a/.config/yazi/yazi.toml b/.config/yazi/yazi.toml index ebabd83f..0621b95d 100644 --- a/.config/yazi/yazi.toml +++ b/.config/yazi/yazi.toml @@ -14,7 +14,7 @@ cache_dir = "" [opener] folder = [ - { exec = 'nemo "$@"', desc = "Open in GUI File Manager" }, + { exec = 'hyprctl dispatch exec "[float] nemo" "$@"', desc = "Open in GUI File Manager" }, { exec = '$EDITOR "$@"' }, ] archive = [{ exec = 'file-roller "$1"', desc = "Extract here" }]