Created
October 12, 2020 06:55
-
-
Save 64kramsystem/0416214df35f5a147c04d00c88bb85c9 to your computer and use it in GitHub Desktop.
Default Sublime Text 3 Desktop file
This file contains 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] | |
Version=1.0 | |
Type=Application | |
Name=Sublime Text | |
GenericName=Text Editor | |
Comment=Sophisticated text editor for code, markup and prose | |
Exec=/opt/sublime_text/sublime_text %F | |
Terminal=false | |
MimeType=text/plain; | |
Icon=sublime-text | |
Categories=TextEditor;Development; | |
StartupNotify=true | |
Actions=Window;Document; | |
[Desktop Action Window] | |
Name=New Window | |
Exec=/opt/sublime_text/sublime_text -n | |
OnlyShowIn=Unity; | |
[Desktop Action Document] | |
Name=New File | |
Exec=/opt/sublime_text/sublime_text --command new_file | |
OnlyShowIn=Unity; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment