Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TerminalCommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,5 +512,5 @@ defaults write com.knollsoft.Rectangle doubleClickTitleBarIgnoredApps -string "[
By default, display order is left-to-right, line-by-line. You can change this to be ordered by x coordinate, left-to-right, regardless of which vertical position of the display. This was the default behavior prior to v0.87.

```bash
defaults write com.knollsoft.Rectangle screensOrderedByX -int 1"
defaults write com.knollsoft.Rectangle screensOrderedByX -int 1
```