Gnome 3: How to turn off showing all the windows when the mouse moves to the hot spot in the top left corner of the screen

Gnome 3: Como apagar que se vean todas las ventanas abiertas al mover el ratón a la esquina superior izquierda de la pantalla

http://forums.fedoraforum.org/showthread.php?t=276970

Edit the file /usr/share/gnome-shell/js/ui/layout.js

Find this code:

this._corner = new Clutter.Rectangle({ name: ‘hot-corner’,
width: 1,
height: 1,
opacity: 0,
reactive: true });

Change reactive: true to reactive: false and it will disable the hot corner but still allow to activate the overview screen by clicking the Activities button or by pressing the Super (Windows) key.

About these ads

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s