What system are you running Yazi on?Linux Wayland What terminal are you running Yazi in?wezterm
|
Answered by
lpnh
Jan 13, 2025
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" }] |
1 reply
Answer selected by
Tahinli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yazi uses
xdg-openby default:yazi/yazi-config/preset/yazi-default.toml
Line 39 in 5c88f26
If you're in a KDE session,
xdg-openshould invokekde-open, which is probably what Dolphin uses under the hood. Otherwise, you can try settingkde-opendirectly in your~/.config/yazi/yazi.tomlfile and see if it works as expected.