to Disable the Mouse hotspot edit the following file
vim /usr/share/gnome-shell/js/ui/panel.js
then search for the following line
this._hotCorner.actor.allocate(hotBox, flags);
and comment it out, by putting // infront of it
like so
// this._hotCorner.actor.allocate(hotBox, flags);
save the file, and logout/login to your Gnome session.
no more annoying mouse hotspot.
1 comment:
There is also a Gnome 3 Extension available to accomplish this: https://extensions.gnome.org/extension/118/no-topleft-hot-corner/
Post a Comment