Created
March 15, 2019 17:55
-
-
Save saravanabalagi/0c4545d898396cc3023909a4f7399bca to your computer and use it in GitHub Desktop.
Add "New Window" action for Atom
This file contains hidden or 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] | |
| 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