Periodically saves window positions and restores them on unlock. Fixes problem with windows getting moved around after monitor wake from screen lock on wayland.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please remove line 13-19, 43 `extension.js` and just use this: ```js import * as Main from 'resource:///org/gnome/shell/ui/main.js'; ``` 2. Remove line 45-58 `extension.js`. Use `this.getSettings()` instead. 3. Timeout should be removed before creating and also at disable (line 125 `extension.js`).