end-4 / dots-hyprland

i hate minimalism so...
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
4.56k stars 319 forks source link

[Issue] Nvim does not launch with foot by default app launcher. #928

Open NotAF0e opened 2 weeks ago

NotAF0e commented 2 weeks ago

The issue

I only have foot and kitty installed as terminals

The fallback (fuzzel) does work My nvim.desktop file at /usr/share/applications/

TryExec=nvim
Exec=nvim %F # I have tried putting `foot nvim %F` here but that didn't fix it 
Terminal=true
Type=Application
Icon=nvim
Categories=Utility;TextEditor;
StartupNotify=false
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;applica>

After modifying it i ran sudo update-desktop-database and also rebooted but it still didn't work.