Center Window with "Visual Weight" #1285
vincentpun
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thanks for looking to contribute. I don't mind merging in a PR for this, but at least at first cut it would have to be Terminal command configurable only, with no addition to the UI. I purposefully keep the UI of Rectangle as slim as possible. There are other commands that do this, and you can check out the "extra centering command with custom size" for an example. https://github.com/rxhanson/Rectangle/blob/master/TerminalCommands.md#add-an-extra-centering-command-with-custom-size |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently switched from the Moom app which has a feature called “Center — macOS Center.” Essentially, it does what AppKit’s
NSWindow.center()
does, which, according to the documentation,It would be nice to have the same feature in Rectangle as well! I have empirically found the formula for calculating the coordinates:
I can open a PR to add a command called Center with Prominence if this sounds useful!
Beta Was this translation helpful? Give feedback.
All reactions