Move the hot corner of the message tray
http://askubuntu.com/questions/203220/can-the-gnome-3-6-notification-area-be-shrinked
GNOME Shell 3.6 では画面下端にマウスカーソルを持って行くと、メッセージトレイが表示されます。オートハイドに設定したドックアプリ(AWN)と併用していると、ドックアプリを操作したいのにメッセージトレイが表示されてしまって、困ります。GNOME Shell 3.6 に対応したGNOME Shell extension が見当たりませんでしたので、GNOME Shell をカスタマイズして、暫定的に画面右下隅をメッセージトレイのホットコーナーにしてみました。
// Time the user needs to leave the mouse on the bottom pixel row to open the tray |
_checkTrayDwell: function(x, y) { |
this._tween(this._desktopClone, '_desktopCloneState', State.SHOWN, |
GNOME Shell Extension にして投稿してくれる人がいるといいな。
Comment