macOS Stage Manager for Linux. Group windows into stages only one group is visible at a time, others appear as stacked thumbnail cards in a left sidebar. Click a card to swap stages. Supports per-app mode, workspace mode, bell-curve hover animations, and 3D perspective.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 1.4.0 (6) | Unreviewed |
| 1.3.2 (5) | Active |
| 1.3.1 (4) | Active |
| 1.3.1 (3) | Rejected |
| 2 | Rejected |
| 1 | Rejected |
Code updated please review
1. Don't use spawn command for getting shell version (line 317 `prefs.js`): ```js import * as Config from 'resource:///org/gnome/Shell/Extensions/js/misc/config.js'; const shellVersion = parseFloat(Config.PACKAGE_VERSION); ``` 2. Sync process can freeze the prefs process (line 325 `prefs.js`). 3. Remove unnecessary try-catch wrappers for all of those destroy and disconnects and also line 414, 422, 469, 686, 702 `extension.js`: [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated) 4. Using same property name for two different timeout ids is a bad practice (line 764, 650 `extension.js`).
Code Updated
Code Updated