Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

« Newer Snippets
Older Snippets »
2 total  XML / RSS feed 

Speed up Gnome menus

// description of your code here
Speed up the gnome menus by removing display delay
// insert code here..
gtk-menu-popup-delay = 0"| tee -a .gtkrc-2.0

#Now save the file in you home directory under the name .gtkrc-2.0 and restart your x session

Configure Ctrl-Alt-Del to open Gnome System Monitor

gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_9 "<Control><Alt>Delete"

gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_9 "gnome-system-monitor"
« Newer Snippets
Older Snippets »
2 total  XML / RSS feed