Initial commit with build 4107

This commit is contained in:
Manuel 2021-05-21 13:35:28 +02:00
commit f27a985c01
Signed by: Manuel
GPG key ID: 4085037435E1F07A
4 changed files with 95 additions and 0 deletions

24
sublime_text.desktop Normal file
View file

@ -0,0 +1,24 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=Sublime Text
GenericName=Text Editor
Comment=Sophisticated text editor for code, markup and prose
Exec=subl %F
Terminal=false
MimeType=text/plain;
Icon=sublime-text
Categories=TextEditor;Development;
StartupNotify=true
StartupWMClass=subl
Actions=Window;Document;
[Desktop Action Window]
Name=New Window
Exec=subl -n
OnlyShowIn=Unity;
[Desktop Action Document]
Name=New File
Exec=subl --command new_file
OnlyShowIn=Unity;