Skip to content

Commit

Permalink
Update TerminalCommands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rxhanson authored Dec 3, 2023
1 parent 6bcebe1 commit 12e03b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TerminalCommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,3 +445,9 @@ To disable restore when double-clicked again:
```bash
defaults write com.knollsoft.Rectangle doubleClickTitleBarRestore -int 2
```

To disable double-click window title bar only for specific bundle ids (in example, Outlook):

```bash
defaults write com.knollsoft.Rectangle doubleClickTitleBarIgnoredApps -string "[\"com.microsoft.Outlook\"]"
```

0 comments on commit 12e03b7

Please sign in to comment.