Switches to the specified workspace on login. Useful for fixed number of workspace setups where the first workspace isn't the main one.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 11 | Active |
| 10 | Active |
| 9 | Active |
| 8 | Active |
| 7 | Active |
| 6 | Active |
| 5 | Rejected |
| 4 | Active |
| 3 | Inactive |
| 2 | Inactive |
| 1 | Rejected |
1. The signal in line 23 (extension.js) should be disconnected in disable(): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#disconnect-all-signals 2. You cannot create objects inside init() function (extension.js line 50): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization Move that to enable() and null that out in disable().