Automatically resizing adjacent windows #429
rxhanson
started this conversation in
Show and tell
Replies: 4 comments 10 replies
-
|
It would be cool if this also worked with the Larger / Smaller shortcuts. I saw something like this here CleanShot.2024-11-27.at.07.38.11.mp4 |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
Maybe I'm doing something wrong, but on the latest Sequoia 15.2 and Rectange Pro 3.0.37 I don't get any adjacent windows to resize at all.
This is working for me. Perhaps try restarting your Mac one more time since the update if you haven't done so already. You could also try quitting the app, removing the accessibility permissions, then relaunching the app and re-adding them as prompted.
To be honest it didn’t work for a number of weeks now. I tried all your steps to no avail – funny, as everything else I use works just fine.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Sure thing. Two terminal windows side by side, this is what I get.
2024-12-10T08:49:10+01:00: Updating visible window info
2024-12-10T08:49:11+01:00: Adjusting adjacent to window with frame: (1841.0, -1667.0, 1755.0, 1649.0)
2024-12-10T08:49:11+01:00: resized edges: [Rectangle_Pro.EdgeDelta(edge: Rectangle_Pro.RectEdge.minX, initial: 2091.0, final: 1841.0, delta: -250.0, segment: Rectangle_Pro.RectSegment(orientation: Rectangle_Pro.SegmentOrientation.vertical, edge: Rectangle_Pro.RectEdge.minX, extrema: Rectangle_Pro.Extrema.min, zIndex: nil, windowInfo: nil, min: -1667.0, max: -18.0, k: 2091.0))]
2024-12-10T08:49:11+01:00: affected windows: []
2024-12-10T08:49:11+01:00: additional windows: []
2024-12-10T08:49:11+01:00: adjusted windows: [:]
|
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Did all that, in the order you suggested. It did ask for permissions again which I granted. But no change, log looks identical too. 🤷♂️
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
When you resize a window by dragging the window edge, you can have Rectangle Pro automatically resize the window next to it. Check this box:

Notice that the adjacent window will resize upon mouse up, not continuously as the window is resized. There is a limitation with the macOS accessibility API that makes resizing from the left edge wiggle around, and doing it on mouse up avoids this.
Additionally, if you use the resize on the window throw tab, you can check the box there to have the adjacent resize occur after resizing with modifier + cursor movement here.

Beta Was this translation helpful? Give feedback.
All reactions