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, 0 insertions, 24 deletions
diff --git a/sublime_text.desktop b/sublime_text.desktop
deleted file mode 100644
index f67885048147..000000000000
--- a/sublime_text.desktop
+++ /dev/null
@@ -1,24 +0,0 @@
-[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;