Add Find Mouse effect (PowerToys Find My Mouse)#30
Conversation
SummaryThe PR adds a 'Find Mouse' effect (similar to PowerToys Find My Mouse) to the Wiggle GNOME extension. Here's what was implemented: Changes Made:
Bugs Fixed:
Test Results:All tests pass successfully:
|
SummaryThe PR adds a 'Find Mouse' effect (similar to PowerToys Find My Mouse) to the Wiggle GNOME extension. Here's what was implemented: Changes Made:
Bugs Fixed:
Test Results:All tests pass successfully:
The implementation follows existing patterns in the codebase and integrates well with the current architecture. The Find Mouse effect provides an alternative visualization for locating the cursor, complementing the existing magnification effect. |
65d22c2 to
b559ba0
Compare
…ith Meta.CursorTracker.get_for_display for GNOME 46+ compatibility - cursor.js: Replace deprecated API call with Meta.CursorTracker.get_for_display() - cursor.js: Add destroy() method for proper signal cleanup - effect.js: Update destroy() to properly cleanup cursor instance
b559ba0 to
354ed33
Compare
[WIP] This PR is a work in progress and needs review before merging.