How should i modify the .desktop file to make it compatible with st (suckless terminal) #4951
-
Hi, i get Helix from the COPR repo and i'm trying to get it to work with xdg, however following the instructions in the readme (which, tbf are from kitty) doesn't seem to work, i've tried |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I wrote the original info in the README:
I have tested in Gnome and it works fine for kitty. I was told it should work in other desktops, but have not personally tested it. All the
The problem might be after you have run My current
I assume you want:
|
Beta Was this translation helpful? Give feedback.
-
Thank you, that solves it, I use a keybinding on my wm to call st with helix |
Beta Was this translation helpful? Give feedback.
I wrote the original info in the README:
I have tested in Gnome and it works fine for kitty. I was told it should work in other desktops, but have not personally tested it.
All the
sed
command does is replacehx
withkitty hx
and set using the default terminal to false (you need to do that). Replacingkitty hx
with[name of your terminal executable in the path] hx
should do it.Helix.desktop
manually?The problem might be after you have run
sed
and changed the file then it is not going to be the same and the find replace might not work.My current
Helix.desktop
is:I assume you want: