diff options
author | opalmay <[email protected]> | 2022-10-09 22:55:47 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-09 19:55:47 +0000 |
commit | 523bafacb67708d56d0c05eadd6968eb58957c0e (patch) | |
tree | ad307707dd8cdf485a1b349eed88471e97158ff5 /utils/desktop/lvim.desktop | |
parent | c8ef47622d4b9d24e72f4a997de10d642f8de17c (diff) |
Feat(installer): desktop entry (#3187)
Co-authored-by: Opal Mizrahi <[email protected]>
Diffstat (limited to 'utils/desktop/lvim.desktop')
-rw-r--r-- | utils/desktop/lvim.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/desktop/lvim.desktop b/utils/desktop/lvim.desktop index f570cfae..cb4cb476 100644 --- a/utils/desktop/lvim.desktop +++ b/utils/desktop/lvim.desktop @@ -7,7 +7,7 @@ Exec=lvim %F Terminal=true Type=Application Keywords=Text;editor; -Icon=nvim +Icon=lvim 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;application/x-shellscript;text/x-c;text/x-c++; |