macOS-style workspace management: maximizing or fullscreening a window moves it to a new dedicated workspace on the right, and restoring or closing it brings you back to the original workspace automatically. Multi-monitor safe.
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()`.
src/windows/windowTracker.js:184
win.unmaximize(Meta.MaximizeFlags.BOTH)
src/workspace/workspaceManager.js:320
win.unmaximize(Meta.MaximizeFlags.BOTH)
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
EGO-P-007 warning
JavaScript files should be reachable from extension.js or prefs.js
Some JavaScript files are not reachable from `extension.js` or `prefs.js` imports.
Don't include unnecessary files
src/input/keyboardGuards.js
| Version | Status |
|---|---|
| 1 | Unreviewed |