Skip to content

Commit

Permalink
Add "Delay on wake" setting to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
artginzburg authored Jan 30, 2022
1 parent d047886 commit be5ee82
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@ defaults write com.rouge41.middleClick fingers <int>
```
> Initially, it's 3 fingers to middleclick.
### Delay on wake
If the app starts before the trackpad/magic mouse is initialized:
> Usually appears after wake from sleep, forcing the user to manually restart the app.
```ps1
defaults write com.rouge41.middleClick autoRestartOnWake -int 3
```
Tweak the setting above to your needs. 3 seconds should be fine in most cases.

### Add Login Item

> Make it open automatically when you log in
Expand Down

0 comments on commit be5ee82

Please sign in to comment.