gi3 — an i3/sway-style manual tiler for GNOME: per-workspace tiling mode, splits, gaps, scratchpad, window rules and i3 config import, plus directional focus/move/snap/resize for floating windows, clipboard history and an app tray.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-A-001 manual_review
extension code must not be minified or obfuscated
File appears obfuscated: 68% of identifiers are 1–2 characters (avg length 3.2).
helpers/configIO.js
short identifier ratio: 68%, identifiers scored: 134
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()`.
helpers/window.js:67
metaWindow.unmaximize(Meta.MaximizeFlags.BOTH)
tricks/tiler.js:1823
window.unmaximize(Meta.MaximizeFlags.BOTH)
EGO-A-001 manual_review
extension code must not be minified or obfuscated
File appears obfuscated: 69% of identifiers are 1–2 characters (avg length 2.7).
tiling/windowMap.js
short identifier ratio: 69%, identifiers scored: 39
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
tricks/clipboard.js:30
St.Clipboard.get_default()
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()`.
tricks/sysmon.js:33
GLib.file_get_contents(path)
EGO-P-006 warning
unnecessary build and translation artifacts should not be shipped
Compiled GSettings schemas should not be shipped for 45+ packages.
Don't include unnecessary files
schemas/gschemas.compiled
schemas/gschemas.compiled
| Version | Status |
|---|---|
| 2 | Unreviewed |
| 1 | Rejected |