summarylogtreecommitdiffstats
path: root/sublime_text.desktop
diff options
context:
space:
mode:
Diffstat (limited to 'sublime_text.desktop')
-rw-r--r--sublime_text.desktop24
1 files changed, 24 insertions, 0 deletions
diff --git a/sublime_text.desktop b/sublime_text.desktop
new file mode 100644
index 000000000000..f67885048147
--- /dev/null
+++ b/sublime_text.desktop
@@ -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;