Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rxhanson/Rectangle
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Hanson committed Dec 20, 2019
2 parents 81d2166 + d40458f commit 483c7a1
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 130 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ Followed by a restart of the app.

Note that the `subsequentExecutionMode` is also tied to the setting for traversing displays in the prefs.

### Details on Almost Maximize
By default, "Almost Maximize" will resize the window to 90% of the screen (width & height). These values can be adjusted with the following terminal commands:

`defaults write com.knollsoft.Rectangle almostMaximizeHeight -float <VALUE_BETWEEN_0_&_1>`

`defaults write com.knollsoft.Rectangle almostMaximizeWidth -float <VALUE_BETWEEN_0_&_1>`

Followed by a restart of the app.

## Contributing
Logic from Rectangle is used in the [Multitouch](https://multitouch.app) app. If you contribute code or localizations that get merged into Rectangle, you get a free license of Multitouch. Contributors to Sparkle, MASShortcut, or Spectacle can also receive a free license of Multitouch (just send me a direct message on [Gitter](https://gitter.im)).

Expand Down
Loading

0 comments on commit 483c7a1

Please sign in to comment.