Skip to content

Instantly share code, notes, and snippets.

@Makazy
Forked from AnwarShah/sublime-text-3.desktop
Created August 13, 2022 01:46
Show Gist options
  • Save Makazy/92510d7a915f8cf8bfaf7ea293c97fe2 to your computer and use it in GitHub Desktop.
Save Makazy/92510d7a915f8cf8bfaf7ea293c97fe2 to your computer and use it in GitHub Desktop.
A desktop application launcher for Sublime Text 3
[Desktop Entry]
Type=Application
Terminal=false
StartupNotify=true
Name=Sublime Text 3
Name[en_US]=Sublime Text 3
GenericName=Text Editor
GenericName[en_US]=Text Editor
Comment=Edit text files
Comment[en_US]=Edit text files
Exec=/opt/sublime_text/sublime_text %U
Icon=/opt/sublime_text/Icon/128x128/sublime-text.png
Categories=Development;TextEditor;
MimeType=text/plain;
Actions=Window;
[Desktop Action Window]
Name=Open a New Window
Name[en_US]=Open a New Window
Exec=/opt/sublime_text/sublime_text --new-window %U
OnlyShowIn=Unity;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment