How can I change the Unity launcher delay?
I find the sidebar to appear and disappear terribly slow. How can I change the delay?
Solution 1:
For 11.04 (Natty):
The Unity delay is intentional (Ayatana-Design bug 754583) but can be changed.
First
You can change the edge delay of Compiz:
“General Options” → “General” → “Edge Trigger Delay”: set to 0.
Second
You can change this delay and other settings.
- See How can I configure Unity?
At the end of the answer by Octavian Damiean you will find this:
Launcher & Menus (unity-preferences)
There is another option to configure how to show the launcher then it is hidden.
Open the
Launcher & Menus
configuration utility by pressing Alt + F2 and typingunity-preferences
.
Pushes the left edge of the screen will make the launcher appear about one second after pushing the cursor to the left edge of the screen.
Touches the top left corner of the screen will make the launcher appear immediately when the cursor touches the top left corner of the screen.
Select the desired option.
Third
This is a workaround for “absolute zero” delay.
-
We will need XDoTool and Compiz.
You can install these from the Ubuntu Software Center or by clicking xdotool and Compiz .
Open Compiz (Alt + F2, type
ccsm
and hit Enter).-
Go to Commands and add
xdotool key super
to one command. -
Then go to Edge Bindings and choose “Left” for that command.
Solution 2:
For 11.10 (Oneiric):
In Ubuntu 11.10 it is now possible to change the edge reveal time out using compizconfig-settings-manager .
To open it press Alt+F2,paste about:config
and hit enter.*
Then change the Edge Reveal Timeout in the Behaviour/Behavior tab.
* (You can also run ccsm
from a launcher such as synapse or from the terminal).