24 lines
463 B
Desktop File
24 lines
463 B
Desktop File
|
[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
|
||
|
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;
|