Skip to content

Commit 585aeaf

Browse files
authored
Update TerminalCommands.md
1 parent e448954 commit 585aeaf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

TerminalCommands.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The preferences window is purposefully slim, but there's a lot that can be modif
3434
- [Move cursor with window](#move-cursor-with-window)
3535
- [Prevent a window that is quickly dragged above the menu bar from going into Mission Control](#prevent-a-window-that-is-quickly-dragged-above-the-menu-bar-from-going-into-mission-control)
3636
- [Change the behavior of double-click window title bar](#change-the-behavior-of-double-click-window-title-bar)
37+
- [Change the order of displays to order by x coordinate](#change-the-order-of-displays-to-order-by-x-coordinate-for-next-and-prev-displays-commands)
3738

3839
## Keyboard Shortcuts
3940

@@ -505,3 +506,11 @@ To disable double-click window title bar only for specific bundle ids (in exampl
505506
```bash
506507
defaults write com.knollsoft.Rectangle doubleClickTitleBarIgnoredApps -string "[\"com.microsoft.Outlook\"]"
507508
```
509+
510+
## Change the order of displays to order by x coordinate for next and prev displays commands
511+
512+
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.
513+
514+
```bash
515+
defaults write com.knollsoft.Rectangle screensOrderedByX -int 1"
516+
```

0 commit comments

Comments
 (0)