Re: Disable hotspot



The activities button no longer carriers a hot corner, since it complicated the code and was deemed unnecessary. Your second line will hide all the hot corner actors, but won't disable the hot corners if they're triggered by barriers. Possibly the easiest way to disable the barrier pressure system is to swap out this._trigger:

    Main.layoutManager._trayPressure._trigger = function() {};



On Sun, Apr 7, 2013 at 11:25 AM, rastersoft <raster rastersoft com> wrote:
Hi all:

In Gnome Shell 3.4, to disable the upper left hot corner, the
instructions are:

    Main.panel._activitiesButton._hotCorner._corner.hide();
    Main.layoutManager._hotCorners.forEach(function(hotCorner) {
hotCorner._corner.hide(); });

In Gnome Shell 3.6, to disable the upper left hot corner, the
instructions are:

    Main.panel.statusArea['activities'].hotCorner._corner.hide();
    Main.layoutManager._hotCorners.forEach(function(hotCorner) {
hotCorner._corner.hide(); });

Now, in Gnome Shell 3.8 everything changed again, and none of the
previous instructions work.

How can I disable the top corner in Gnome Shell 3.8?

Thanks.

--
Nos leemos
                         RASTER    (Linux user #228804)
raster rastersoft com              http://www.rastersoft.com

_______________________________________________
gnome-shell-list mailing list
gnome-shell-list gnome org
https://mail.gnome.org/mailman/listinfo/gnome-shell-list



--
  Jasper


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]