Skip to content

How to Open Things with Default Opener #2194

Answered by lpnh
Tahinli asked this question in 1. Q&A
Discussion options

You must be logged in to vote

Yazi uses xdg-open by default:

{ run = 'xdg-open "$1"', desc = "Open", for = "linux" },

If you're in a KDE session, xdg-open should invoke kde-open, which is probably what Dolphin uses under the hood. Otherwise, you can try setting kde-open directly in your ~/.config/yazi/yazi.toml file and see if it works as expected.

[opener]
open = [{ run = 'kde-open "$1"', desc = "Open", for = "linux" }]

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Tahinli
Comment options

Answer selected by Tahinli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
1. Q&A
Labels
None yet
2 participants