Move windows to the next workspace by right-clicking them in the overview.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:32
clone.connect('captured-event', (_actor, event) => {
if (event.type() === Clutter.EventType.BUTTON_RELEASE) {
if (event.get_button() === 3) { // Right click
const metaWindow = clone.metaWindow;
| Version | Status |
|---|---|
| 9 | Active |
| 8 | Rejected |
| 7 | Active |
| 6 | Active |
| 5 | Inactive |
| 4 | Rejected |
| 3 | Active |
| 2 | Active |
| 1 | Rejected |