The culprit is the Compiz's scale plugin and the initiate_edge option which initiates Compiz's Window Picker.
However there a couple of ways of disabling the hot corner or assigning another corner than the default top right corner:
- Issue the appropriate gconftool-2 command
- Install and run gconf-editor
- Or install and use ccsm
To disable the hot corner:
$ gconftool-2 --type string --set /apps/compiz/plugins/scale/allscreens/options/initiate_edge Disabled
If you like to hot corner "feature" and would like to move it to the top left corner:
$ gconftool-2 --type string --set /apps/compiz/plugins/scale/allscreens/options/initiate_edge TopLeft
To change the hot corner to the bottom left corner:
$ gconftool-2 --type string --set /apps/compiz/plugins/scale/allscreens/options/initiate_edge BottomLeft
You can also change the hot corner to the bottom right corner:
$ gconftool-2 --type string --set /apps/compiz/plugins/scale/allscreens/options/initiate_edge BottomRight
To re-enable the default hot corner to the top right corner:
$ gconftool-2 --type string --set /apps/compiz/plugins/scale/allscreens/options/initiate_edge TopRight
This procedure was executed under CentOS 6.2 thus being applicable to Scientific Linux and RHEL however it can also applied to other Unix-like distributions.
6 comments:
Ugh... finally! Thanks for sharing. This is easily the most annoying feature ever...
Thanks a lot!!! I am happy now :-) This right-upper corner effect was really annoying.
Glad it helped :)
It truly is annoying and to call that a feature...
Relief finally!!! Thanks for sharing.
You saved my life. Thx.
It is also possible to edit Desktop -> Expo -> Expo Corner/Edge and disable it from the Compiz Config Settings Manager.
Post a Comment