Review of "Reorder Workspaces" version 3

Details Page Preview

Reorder workspaces with Ctrl+Super+Up/Down

Extension Homepage
https://github.com/smmr0/gnome-reorder-workspaces

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Previous Reviews on this Version

andyholmes rejected
You'll have to store the handler id's returned by `Main.overview.connect()` and call `Main.overview.disconnect()` on them in your `disable()` hook. Otherwise these signal handlers will never be disconnected and will stack every time your extension is disabled/enabled.
Summer ☀️ posted a review
Thank you, that's very helpful feedback. I'll make those changes soon.