Skip to content

Instantly share code, notes, and snippets.

@saravanabalagi
Created March 15, 2019 17:55
Show Gist options
  • Select an option

  • Save saravanabalagi/0c4545d898396cc3023909a4f7399bca to your computer and use it in GitHub Desktop.

Select an option

Save saravanabalagi/0c4545d898396cc3023909a4f7399bca to your computer and use it in GitHub Desktop.
Add "New Window" action for Atom
[Desktop Entry]
Name=Atom
Comment=A hackable text editor for the 21st Century.
GenericName=Text Editor
Exec=/usr/bin/atom %F
Icon=atom
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Utility;TextEditor;Development;
MimeType=text/plain;
StartupWMClass=atom
Actions=Window;
[Desktop Action Window]
Name=New Window
Exec=/usr/bin/atom %F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment