diff --git a/proximity.js b/proximity.js index d2b5020..c03e598 100644 --- a/proximity.js +++ b/proximity.js @@ -128,11 +128,8 @@ var ProximityManager = class { } ], [ - global.window_group, - [ - 'actor-added', - 'actor-removed' - ], + global.display, + 'restacked', () => this._queueUpdate() ] );