Ryan Hanson
Ryan Hanson
Thanks for reporting. As a sanity check, do you have another window manager that might have launched on login upon restart? Are there any logs? Hold the option key in...
At the root of this is the Accessibility API that Rectangle relies on for obtaining and setting window sizes/positions. This is typically seen only with specific apps (typically Chrome/Electron based),...
@raiden-e Sometimes after a macOS update, you have to restart your Mac one more time for the accessibility API to work properly with 3rd party apps. Which of these still...
@raiden-e, you can try this terminal command to adjust how Rectangle obtains clicks: defaults write com.knollsoft.Rectangle systemWideMouseDown -int 1 Then restart the app. If that doesn't change anything, then we're...
@raiden-e, I don't know what would cause this for you. There are different ways to figure out which window is under the cursor, and that Terminal command enables the way...
Yes, or `defaults delete com.knollsoft.Rectangle systemWideMouseDown`
@guycalledseven Did you try the following? 1. Quit Rectangle 2. Execute this Terminal command: `tccutil reset All com.knollsoft.Rectangle` 3. Restart your Mac. 4. Launch Rectangle and give it accessibility permissions...
Closing this one out to make sure new issues are created where needed. @MrKovar can you create a new issue for what you're experiencing? I'm not entirely sure I understand...
You can try executing this terminal command: `defaults write com.knollsoft.Rectangle systemWideMouseDown -int 1` Then restart the app. Let me know if that fixes it for you.
Housekeeping, closing this one out, but feel free to comment or reopen if there are any updates.