summarylogtreecommitdiffstats
path: root/sublime_text_3.desktop
diff options
context:
space:
mode:
authorSander Boom2015-07-07 23:11:13 +0200
committerSander Boom2015-07-07 23:11:19 +0200
commite2776838bf6801fab8467f8b670ac58c88332b3c (patch)
treeade32de4d6aa83d3d3e116673fece3e3bb764e4c /sublime_text_3.desktop
downloadaur-e2776838bf6801fab8467f8b670ac58c88332b3c.tar.gz
Initial import
Diffstat (limited to 'sublime_text_3.desktop')
-rw-r--r--sublime_text_3.desktop23
1 files changed, 23 insertions, 0 deletions
diff --git a/sublime_text_3.desktop b/sublime_text_3.desktop
new file mode 100644
index 000000000000..b368acef1cc8
--- /dev/null
+++ b/sublime_text_3.desktop
@@ -0,0 +1,23 @@
+[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;