"Visual center" #1601
ivansavra1
started this conversation in
Ideas
"Visual center"
#1601
Replies: 1 comment 4 replies
-
Thanks for the feedback. Rectangle is using the visible screen for all of its calculations, including Center, so I suspect you might be hitting a macOS bug where the dock is not accounted for in specific situations? In the past, this might happen when the dock is unhidden or a display is connected. |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I love Rectangle, I always wanted this little feature and only now had the idea to share it, it would be perfect for my use case if it had this: The "Center" action anchors windows to the "True center" of the screen, whereas macOS centers new windows on the visible screen area (i.e. the screen minus the menu-bar at top and the Dock at bottom), which is more pleasing at least for me, and this would be easy to implement, you'd just need to anchor the window to the center of NSScreen.main!.visibleFrame rather than to the full screen bounds.
Thank you for maintaining just awesome software and keeping it open source!
Beta Was this translation helpful? Give feedback.
All reactions