[gnome-shell-extensions] window-list: Only show at the end of the overview transition
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] window-list: Only show at the end of the overview transition
- Date: Thu, 26 Aug 2021 21:56:07 +0000 (UTC)
commit 201339345df4021936488c3c13345a456f13e2ba
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Aug 26 23:27:39 2021 +0200
window-list: Only show at the end of the overview transition
gnome-shell now considers the work area in the overview, so popping
up at the beginning of the overview transition is now more jarring
than at the end.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/185>
extensions/window-list/extension.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/extensions/window-list/extension.js b/extensions/window-list/extension.js
index 599b64b..b97a282 100644
--- a/extensions/window-list/extension.js
+++ b/extensions/window-list/extension.js
@@ -778,7 +778,7 @@ class WindowList extends St.Widget {
this._updateKeyboardAnchor();
});
- this._overviewHidingId = Main.overview.connect('hiding', () => {
+ this._overviewHidingId = Main.overview.connect('hidden', () => {
this.visible = !Main.layoutManager.primaryMonitor.inFullscreen;
this._updateKeyboardAnchor();
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]