0
Posted on 6/21/2008 09:38:00 am by Nicolas and filed under , , ,
If like me you appreciate fast menus, with no delay at the opening, then here is a little tip you may find useful. By default, GNOME menus appear with a short delay. To get rid of this, add the parameter in your .gtkrc-2.0 file.
For instance, from a terminal:

cd
touch .gtkrc-2.0
echo "gtk-menu-popup-delay = 0"| tee -a .gtkrc-2.0


Finally, restart your session (typically CTRL + ALT + BACKSPACE). You should notice a nice speed boost when browsing any GNOME menu.

Post a Comment