-
What system are you running Yazi on?Linux Wayland What terminal are you running Yazi in?wezterm
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yazi uses yazi/yazi-config/preset/yazi-default.toml Line 39 in 5c88f26 If you're in a KDE session, [opener]
open = [{ run = 'kde-open "$1"', desc = "Open", for = "linux" }] |
Beta Was this translation helpful? Give feedback.
Yazi uses
xdg-open
by default:yazi/yazi-config/preset/yazi-default.toml
Line 39 in 5c88f26
If you're in a KDE session,
xdg-open
should invokekde-open
, which is probably what Dolphin uses under the hood. Otherwise, you can try settingkde-open
directly in your~/.config/yazi/yazi.toml
file and see if it works as expected.