6

Possible Duplicate:
How do you disable the automatic activation of Gnome Shell activities button

Instead of hovering mouse over 'Activities' (top-left corner) I want only mouse click on it to open the 'Activities' Menu. Is there a way to disable this?

Mr Coder
  • 640

1 Answers1

5

You need gnome for these instructions:

The gnome-shell Activities corner hot-spot can disabled by installing an extesnion called "No Topleft Hot Corner." Go to https://extensions.gnome.org/extension/118/no-topleft-hot-corner/ . To install it, you just click "on" at the top of the page next to the name of the extension.

An earlier answer states that this can be accomplished "by editing some code - fortunately this doesn't need recompilation...

To do this:

gksudo gedit /usr/share/gnome-shell/js/ui/panel.js

Scroll down to this section in the file and comment out the line highlighted i.e. put //your_initials in fron t of this._hotCorner...:

enter image description here

Save, logout and login."

fossfreedom
  • 174,526