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