config/autostart: update software and use symlinks
This commit is contained in:
parent
edf6d121f9
commit
1198ac968f
|
@ -1,17 +0,0 @@
|
||||||
[Desktop Action New]
|
|
||||||
Exec=alacritty
|
|
||||||
Name=New Terminal
|
|
||||||
|
|
||||||
[Desktop Entry]
|
|
||||||
Actions=New;
|
|
||||||
Categories=System;TerminalEmulator;
|
|
||||||
Comment=A fast, cross-platform, OpenGL terminal emulator
|
|
||||||
Exec=alacritty
|
|
||||||
GenericName=Terminal
|
|
||||||
Icon=Alacritty
|
|
||||||
Name=Alacritty
|
|
||||||
StartupWMClass=Alacritty
|
|
||||||
Terminal=false
|
|
||||||
TryExec=alacritty
|
|
||||||
Type=Application
|
|
||||||
X-Desktop-File-Install-Version=0.26
|
|
|
@ -1,12 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Categories=Development;TextEditor;
|
|
||||||
Comment=Edit text
|
|
||||||
Exec=emacs %F
|
|
||||||
GenericName=Text Editor
|
|
||||||
Icon=emacs
|
|
||||||
Keywords=Text;Editor;
|
|
||||||
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++;
|
|
||||||
Name=Emacs
|
|
||||||
StartupWMClass=Emacs
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/share/applications/emacs.desktop
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/share/applications/kitty.desktop
|
|
@ -0,0 +1 @@
|
||||||
|
../../.local/share/applications/signal-tray.desktop
|
Loading…
Reference in New Issue