Skip to content

Commit

Permalink
Remove 'Available in v0.50' notices from TerminalCommands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Rumpler committed Jan 13, 2022
1 parent 30ebc08 commit d57b59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TerminalCommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ defaults write com.knollsoft.Rectangle specifiedHeight -float 1050
defaults write com.knollsoft.Rectangle specifiedWidth -float 1680
```

## Add extra "ninths" sizing commands (Available in v0.50)
## Add extra "ninths" sizing commands

Commands for resizing to screen ninths are not available in the UI. Similar to extra centering you will need to know which keycode and modifier flags you want.

Expand Down Expand Up @@ -243,7 +243,7 @@ To disable the Top Half and Bottom Half snap areas, the bit field would be 1111
defaults write com.knollsoft.Rectangle ignoredSnapAreas -int 3840
```

## Disabling gaps when maximizing (Available in v0.50)
## Disabling gaps when maximizing

By default, the "Gaps between windows" setting applies to "Maximize" and "Maximize Height".

Expand Down

0 comments on commit d57b59c

Please sign in to comment.