You like GNOME? You like Tiling Window Managers? You can now have the best of both worlds with Grimble, the GNOME tiling window manager extension.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 6 | Unreviewed |
| 5 | Active |
| 4 | Rejected |
| 3 | Active |
| 2 | Rejected |
| 1 | Rejected |
Thanks! Approved but don't do `this._settings = extension?.getSettings();` everywhere. That creates the object again and again. Simple use `this._settings = extension._settings;` instead.