0

If there a way to configure the delay between the time the mouse get out of the launcher and the time the launcher close ?

I'd like to set it to 0 !

Thanks (and sorry if the answer has already be given elsewhere). I hope my poor english makes sense.

Jorge Castro
  • 73,717
yop
  • 3

2 Answers2

0

This could help. The quick response is to hit Alt+F2" and write "about:config" then configure Unity (you should adjust "Edge reveal timeout"). Best regards,

0

The current time is set in the source to 750ms, there is no user config on this.

You could re-build & adjust this value, though hardly seems to be a change that warrants this. If doing so I'd not use a value of 0, a very low ms will give the same effect.

current location in 11.10 - /unity-4.24.0/plugins/unityshell/src/LauncherHideMachine.cpp, line 44

  _hide_delay_timeout_length = 750;
doug
  • 17,212