0
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.
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