Skip to content

Instantly share code, notes, and snippets.

@chrisma
Created December 12, 2017 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisma/2f7773ef8c286e3c7ed9ff1789f79a5b to your computer and use it in GitHub Desktop.
Save chrisma/2f7773ef8c286e3c7ed9ff1789f79a5b to your computer and use it in GitHub Desktop.
Disable notifications on startup by Guake Terminal 0.8.8
guake --no-startup-script # Should give info on how to disable popups
# For Guake Terminal 0.8.8 the following command is used
gconftool-2 --type bool --set /apps/guake/general/use_popup false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment