Skip to content

Instantly share code, notes, and snippets.

@petercossey
Created January 23, 2015 02:31
Show Gist options
  • Save petercossey/2ad10ea3e779a4e4693e to your computer and use it in GitHub Desktop.
Save petercossey/2ad10ea3e779a4e4693e to your computer and use it in GitHub Desktop.
Sublime Text desktop shortcut
# paste the following content into sublime.desktop
[Desktop Entry]
Version=1.0
Name=Sublime Text 2
GenericName=Text Editor
Exec=sublime
Terminal=false
Icon=/opt/Sublime Text 2/Icon/48x48/sublime_text.png
Type=Application
Categories=TextEditor;IDE;Development
X-Ayatana-Desktop-Shortcuts=NewWindow
[NewWindow Shortcut Group]
Name=New Window
Exec=sublime -n
TargetEnvironment=Unity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment