Skip to content

Instantly share code, notes, and snippets.

Created October 23, 2017 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/41ce8d5e68266c9dcee708fee00accb0 to your computer and use it in GitHub Desktop.
Save anonymous/41ce8d5e68266c9dcee708fee00accb0 to your computer and use it in GitHub Desktop.
[Desktop Entry]
Type=Application
Name=Code
Comment=Edit code files
GenericName=Code Editor
Exec=io.elementary.code %U
Icon=io.elementary.code
Terminal=false
Categories=GNOME;GTK;IDE;Utility;TextEditor;WebDevelopment;
Keywords=IDE;scratch;
MimeType=text/plain;
StartupNotify=true
Actions=NewWindow;NewDocument;
X-GNOME-Gettext-Domain=io.elementary.code
[Desktop Action NewDocument]
Name=New Document
Exec=io.elementary.code --new-tab
[Desktop Action NewWindow]
Name=New Window
Exec=io.elementary.code --new-window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment