summarylogtreecommitdiffstats
path: root/sublime_text.desktop
diff options
context:
space:
mode:
authorManuel Hüsers2021-05-21 13:28:04 +0200
committerManuel Hüsers2021-05-21 13:43:42 +0200
commit76e247104bb3b827960da82460e6d66863f47ff0 (patch)
tree9ebefa495fa0787a6a18a184803fc4b0dd551205 /sublime_text.desktop
parent15c5dd41143573214cd922e34390b90fd91be93c (diff)
downloadaur-76e247104bb3b827960da82460e6d66863f47ff0.tar.gz
Update to build 4107
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;