mirror of
https://github.com/rxhanson/Rectangle.git
synced 2025-07-03 05:03:21 +00:00
Fix terminal command for ordering by x coordinate (#1612)
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
parent
585aeafa71
commit
d7fff46ad8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue