Auto-tile windows: maximize singles, 50/50 left-right pairs, new workspace for extras.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 2 | Active |
| 1 | Rejected |
1. Please use `connectObject()` and `disconnectObject()` so it is easier to track for cleanup. 2. Remove try-catch wrappers: [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated) 3. Hard to trace for cleanup in reviews (line 590, 618, 647 `extension.js`). 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
Replaced all manual connect/disconnect and try/finally with connectObject/disconnectObject and explicit GLib source tracking; former untracked timeouts at lines 590/618/647 are now stored in Maps and cleaned up in disable() and tested.