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.
EGO-C49-003 error
extensions targeting GNOME 49 must not call maximize or unmaximize with Meta.MaximizeFlags
This extension explicitly targets GNOME Shell 49 but still passes `Meta.MaximizeFlags` to `maximize()` or `unmaximize()`.
tile.js:179
this._window.unmaximize(Meta.MaximizeFlags.BOTH)
tile.js:199
this._window.unmaximize(Meta.MaximizeFlags.BOTH)
tileWindowManager.js:331
window.unmaximize(Meta.MaximizeFlags.BOTH)
tileWindowManager.js:338
window.unmaximize(Meta.MaximizeFlags.BOTH)
EGO-X-004 warning
extensions should avoid synchronous file IO in shell code
Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.
tileWindowManager.js:969
file.load_contents(null)
tileWindowManager.js:1005
file.load_contents(null)