We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS version: Sequoia 15.0 Rectangle version: v0.83 (89)
When exporting Rectangle's config, the order of the values in defaults.landscapeSnapAreas.string seems to be non-deterministic.
defaults.landscapeSnapAreas.string
This is a bit confusing if you diff the file. Is it possible to make the order of the output consistent?
The text was updated successfully, but these errors were encountered:
An example diff:
diff --git i/RectangleConfig.json w/RectangleConfig.json index d84dc1a..9d6da8f 100644 --- i/RectangleConfig.json +++ w/RectangleConfig.json @@ -104,7 +104,7 @@ "int" : 0 }, "landscapeSnapAreas" : { - "string" : "[6,{\"action\":13},7,{\"compound\":-4},4,{\"compound\":-2},1,{\"action\":15},8,{\"action\":14},3,{\"action\":16},5,{\"compound\":-3}]" + "string" : "[3,{\"action\":16},5,{\"compound\":-3},4,{\"compound\":-2},6,{\"action\":13},8,{\"action\":14},1,{\"action\":15},7,{\"compound\":-4}]" }, "launchOnLogin" : { "bool" : true
Sorry, something went wrong.
No branches or pull requests
macOS version: Sequoia 15.0
Rectangle version: v0.83 (89)
When exporting Rectangle's config, the order of the values in
defaults.landscapeSnapAreas.string
seems to be non-deterministic.This is a bit confusing if you diff the file. Is it possible to make the order of the output consistent?
The text was updated successfully, but these errors were encountered: