diff --git a/proximity.js b/proximity.js index cb51864..44dd525 100644 --- a/proximity.js +++ b/proximity.js @@ -112,7 +112,10 @@ var ProximityManager = class { [ global.window_manager, 'switch-workspace', - () => Object.keys(this._watches).forEach(id => this._watches[id].overlap = 0) + () => { + Object.keys(this._watches).forEach(id => this._watches[id].overlap = 0) + this._queueUpdate() + } ], [ Main.overview,