Review of "Window Pinner" version 3

Details Page Preview

Periodically saves window positions and restores them on unlock. Fixes problem with windows getting moved around after monitor wake from screen lock on wayland.

Extension Homepage
https://github.com/dhharker/window-pinner

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
4 Active
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
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`).