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:180
this._window.unmaximize(Meta.MaximizeFlags.BOTH)
tile.js:206
this._window.unmaximize(Meta.MaximizeFlags.BOTH)
tileWindowManager.js:328
window.unmaximize(Meta.MaximizeFlags.BOTH)
tileWindowManager.js:341
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:976
file.load_contents(null)
For the warning mentioned in Shexli: [Gio.File.load_contents_async](https://gjs-docs.gnome.org/gio20~2.0/gio.file#method-load_contents_async)
Thanks! About the error with the maximize argument, I followed the "Targeting Older GNOME Versions" page but Shexli still gives an error. Just to be sure, I can keep it like this?
You should version check for that: https://gjs.guide/extensions/upgrading/gnome-shell-40.html#checking-gnome-shell-version Still, it will give you the false positive error.