Created
August 22, 2017 02:11
-
-
Save scottjbarr/47ea9b1d9e0345d7ac2ce091c5a7a3d8 to your computer and use it in GitHub Desktop.
Emacs terminal/editor launcher for Gnome 3
This file contains 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
# put this file at ~/.local/share/applications/emacs-editor.desktop | |
[Desktop Entry] | |
Encoding=UTF-8 | |
Name=Emacs Terminal | |
Icon=/usr/share/icons/gnome/256x256/apps/terminal.png | |
Type=Application | |
Categories=Development; | |
Exec=gnome-terminal --geometry=165x40 --window-with-profile="Solorized Dark" | |
Terminal=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment