Created
October 17, 2013 22:37
-
-
Save vagnerzampieri/7033554 to your computer and use it in GitHub Desktop.
Initializer guake terminal, create file "vim /home/user_name/.config/autostart/guake.desktop"
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=Guake Terminal | |
| GenericName=Guake Terminal | |
| Comment=Guake Terminal | |
| Exec=guake | |
| Terminal=false | |
| Type=Application | |
| Icon=/usr/share/pixmaps/guake/guake.png | |
| Categories=GNOME;GTK;Utility;TerminalEmulator; | |
| StartupNotify=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment