Update to build 4107

This commit is contained in:
Manuel 2021-05-21 13:28:04 +02:00
parent 15c5dd4114
commit 76e247104b
Signed by: Manuel
GPG key ID: 4085037435E1F07A
3 changed files with 33 additions and 32 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;