-
-
Save Makazy/92510d7a915f8cf8bfaf7ea293c97fe2 to your computer and use it in GitHub Desktop.
A desktop application launcher for Sublime Text 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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