From b66098383089810df2884fb8f12c934ab8c462a5 Mon Sep 17 00:00:00 2001 From: Niklas Wenzel Date: Thu, 26 Jun 2025 00:46:11 +0200 Subject: [PATCH] Fix terminal command for ordering by x coordinate --- TerminalCommands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TerminalCommands.md b/TerminalCommands.md index e0cb2be8..22bf629b 100644 --- a/TerminalCommands.md +++ b/TerminalCommands.md @@ -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 ```