Replies: 2 comments 2 replies
-
|
Hi @Aesvek, can you send your something like this -[opener]
edit = [
{ run = '${EDITOR:=vi} "$@"', desc = "$EDITOR", block = true, for = "unix" },
{ run = 'code "$@"', desc = "VS Code", block = false, for = "unix" },
{ run = 'code %*', orphan = true, desc = "code", for = "windows" },
{ run = 'code -w %*', block = true, desc = "code (block)", for = "windows" },
]
open = [
{ run = 'xdg-open "$1"', desc = "Open", for = "linux" },
{ run = 'code "$@"', desc = "VS Code", for = "linux" },
{ run = 'open "$@"', desc = "Open", for = "macos" },
{ run = 'start "" "%1"', orphan = true, desc = "Open", for = "windows" },
]possibly can suggest changes or edits based on that. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
okay i found the problem, my mistake i set gimp as default as then deleted it thats why it wouldnt lunch i thought yazi open troght feh always, it aparently open trought xdg-open |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What system are you running Yazi on?
Linux X11
What terminal are you running Yazi in?
kitty
yazi --debugoutputDescribe the question
okay so i use yazi file manager and i really like it but the only thing i hate is that i cant open images i know i have a previeve but when i try open png/jpg it dont show anything i am i3wm, is there solution?
Anything else?
on debian with i3wm and kitty terminal, using feh for image vieving
Checklist
Beta Was this translation helpful? Give feedback.
All reactions