2015-07-07 23:11:13 +02:00
|
|
|
[Desktop Entry]
|
|
|
|
Version=1.0
|
|
|
|
Type=Application
|
|
|
|
Name=Sublime Text 3 Dev
|
|
|
|
GenericName=Text Editor
|
|
|
|
Comment=Sophisticated text editor for code, markup and prose
|
|
|
|
Exec=subl3 %F
|
|
|
|
Terminal=false
|
|
|
|
MimeType=text/plain;
|
|
|
|
Icon=sublime-text
|
|
|
|
Categories=TextEditor;Development;
|
|
|
|
StartupNotify=true
|
2015-09-25 17:49:24 +02:00
|
|
|
StartupWMClass=subl3
|
2015-07-07 23:11:13 +02:00
|
|
|
Actions=Window;Document;
|
|
|
|
|
|
|
|
[Desktop Action Window]
|
|
|
|
Name=New Window
|
|
|
|
Exec=subl3 -n
|
|
|
|
OnlyShowIn=Unity;
|
|
|
|
|
|
|
|
[Desktop Action Document]
|
|
|
|
Name=New File
|
|
|
|
Exec=subl3 --command new_file
|
|
|
|
OnlyShowIn=Unity;
|