Review of "Smart Workspace Manager" version 2

Details Page Preview

Adds intelligent multi-monitor workspace behavior to GNOME. When you switch workspaces on one monitor, this extension detects the active monitor (via mouse focus) and automatically shifts windows on other monitors to match — giving each screen a flexible, independent workspace feel.

Extension Homepage
https://github.com/devops-dude-dinodam/smart-workspace-manager

No comments.

Diff Against

Files

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

All Versions

Version Status
5 Active
4 Rejected
3 Active
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection waiting for author
What's the reason for try catch block in disable? `.destroy()` shouldn't error out until you are doing something wrong.
dinodam posted a review
You're absolutely right - that try/catch was unnecessary defensive programming. I've removed it since destroy() should handle cleanup properly without throwing errors. Thanks for the feedback! Should I re-submit?
JustPerfection rejected
Yes, please send a the fixed package.