rxhanson / Rectangle

Move and resize windows on macOS with keyboard shortcuts and snap areas
https://rectangleapp.com
Other
26.06k stars 789 forks source link

Add CascadeActiveAppWindows refinements #1431

Closed rudifa closed 4 months ago

rudifa commented 4 months ago

This PR proposes refinements to the command cascadeActiveApp (published in rectangle v0.69 from PR #1146 and #1163)

rudifa commented 4 months ago

Example screenshot:

Screenshot 2024-07-27 at 20 58 50
rxhanson commented 4 months ago

Thanks for continuing to improve your work here! I understand the changes you're making, and this corner of the code is mainly only touched by you, but if you don't mind let's make the names of everything more readable. I'll comment inline.

rudifa commented 4 months ago

@rxhanson Thank you for the suggestions to make the code more readable, which I now applied.

rxhanson commented 4 months ago

Looks good!

rudifa commented 4 months ago

Thank you!