MyNixOS website logo

Rectangle application defaults. Each attribute name is written as a native macOS preference key in Rectangle's plist file.

Written to ~/Library/Preferences/com.knollsoft.Rectangle.plist.

See https://github.com/rxhanson/Rectangle for the available settings and their corresponding preference keys.

Declarations
Type
attribute set of anything
Default
{ }
Example
{
  launchOnLogin = true;
  gapSize = 8.0;
  windowSnapping = 1;
  almostMaximizeHeight = 0.9;
  almostMaximizeWidth = 0.9;
}