mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
This adds Atom in open with menu in KDE (possibly other DE's) for text files therefore providing better integration.
10 lines
214 B
Desktop File
10 lines
214 B
Desktop File
[Desktop Entry]
|
|
Name=Atom
|
|
Comment=<%= description %>
|
|
Exec=<%= installDir %>/share/atom/atom %U
|
|
Icon=<%= iconName %>
|
|
Type=Application
|
|
StartupNotify=true
|
|
Categories=GNOME;GTK;Utility;TextEditor;
|
|
MimeType=text/plain;
|