rxhanson / Rectangle

Move and resize windows on macOS with keyboard shortcuts and snap areas
https://rectangleapp.com
Other
25.19k stars 748 forks source link

Option to disable restore when titlebar double-clicked is not working #1110

Closed gothic-bum closed 1 year ago

gothic-bum commented 1 year ago

macOS version: 10.15.7 Rectangle version: 0.67 Logs if applicable (In Rectangle menu, hold option, "View Logging..."): n/a

Steps to reproduce:

  1. Open Rectangle preferences and enable "Double-click window title bar to maximize/restore"
  2. Exit Rectangle
  3. Apply the terminal command defaults write com.knollsoft.Rectangle doubleClickTitleBarRestore -bool false
  4. Launch Rectangle
  5. Open a Finder window
  6. Double-click the title bar of the Finder window and it will maximize
  7. Double-click the title bar of the Finder window again it will restore to the original size, so the terminal command did not work to disable this behavior
decodism commented 1 year ago

There is an error in the doc. The correct command is :

defaults write com.knollsoft.Rectangle doubleClickTitleBarRestore -int 2
gothic-bum commented 1 year ago

Excellent, thank you for providing the correct command!