feat: add /opt desktop files
This commit is contained in:
parent
ba221bb216
commit
a778997fdf
10
.local/share/applications/kitty-opt.desktop
Normal file
10
.local/share/applications/kitty-opt.desktop
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Kitty
|
||||
GenericName=Terminal emulator
|
||||
Comment=Fast, feature-rich, GPU based terminal
|
||||
TryExec=/opt/kitty.app/bin/kitty
|
||||
Exec=/opt/kitty.app/bin/kitty
|
||||
Icon=/home/user/.config/kitty/kitty-light.png
|
||||
Categories=System;TerminalEmulator;
|
12
.local/share/applications/nvim-opt.desktop
Normal file
12
.local/share/applications/nvim-opt.desktop
Normal file
@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Name=Neovim ($HOME/bin)
|
||||
GenericName=Text Editor
|
||||
TryExec=/opt/neovim/bin/nvim.appimage
|
||||
Exec=/opt/neovim/bin/nvim.appimage %F
|
||||
Terminal=true
|
||||
Type=Application
|
||||
Keywords=Text;editor;
|
||||
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;application/x-shellscript;text/x-c;text/x-c++;
|
Loading…
x
Reference in New Issue
Block a user