Skip to content

Commit

Permalink
Merge pull request #1111 from decodism/master-2
Browse files Browse the repository at this point in the history
Fix doc to disable doubleClickTitleBarRestore
  • Loading branch information
rxhanson authored Mar 20, 2023
2 parents 418a82f + 9c6caac commit f4f9246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TerminalCommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,5 +407,5 @@ defaults write com.knollsoft.Rectangle doubleClickTitleBar -int <ACTION_ID + 1>
To disable restore when double-clicked again:

```bash
defaults write com.knollsoft.Rectangle doubleClickTitleBarRestore -bool false
defaults write com.knollsoft.Rectangle doubleClickTitleBarRestore -int 2
```

0 comments on commit f4f9246

Please sign in to comment.