Speed up menus in lxde desktop

By | February 26, 2013

Here is a quick trick that can speed up the main/navigation menus and menus in file manager like pcmanfm inside the lxde desktop. This trick is a setting for the gtk library.

1. Open the file named .gtkrc-2.0 in the home directory. If the file does not exist, then create one.

2. Put in the following in the file at the end

gtk-menu-popup-delay = 0
gtk-menu-popdown-delay = 0
gtk-menu-bar-popup-delay = 0
gtk-enable-animations = 0
gtk-timeout-expand = 10

Now logout and login. The menus should be very fast. The above settings actually control the user interface drawn by the gtk libraries.

Check the following page for a complete list of settings that can be mentioned in ~/.gtkrc-2.0

http://library.gnome.org/devel/gtk/stable/GtkSettings.html#GtkSettings.properties
About Silver Moon

A Tech Enthusiast, Blogger, Linux Fan and a Software Developer. Writes about Computer hardware, Linux and Open Source software and coding in Python, Php and Javascript. He can be reached at [email protected].

2 Comments

Speed up menus in lxde desktop

Leave a Reply

Your email address will not be published. Required fields are marked *