Fix terminal command for ordering by x coordinate (#1612)
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Niklas Wenzel 2025-06-26 01:07:19 +02:00 committed by GitHub
parent 585aeafa71
commit d7fff46ad8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```