Dynamic grid tiling window manager inspired by Rectangle
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Please remove `schemas/gschemas.compiled`. Not needed for 45+ packages. 2. Don't need to use any parameters for `this.getSettings()` since you already have it in `metadata.json`. 3. No need to wrap them with try-catch block (line 422, 455, 457 `extension.js`). 4. Timeout should be removed on disable and also before creating a new one (line 480 `extension.js`): [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
Thank you for taking the time to carefully review my code. I appreciate the opportunity to learn from your feedback. I’ve made the requested changes, so please take another look when you can.