Hook: getting out of the Dock

I thought I’d like Hook being in my dock. After a few months I find I really don’t want it there. I realize to make Hook show in the dock one uses this command in Terminal:

defaults write com.cogsciapps.hook background.app.mode 0

However now I don’t know what command to not have it show up. I’m assuming I’d use a command similar to above, but don’t know the details of what to change.

defaults write com.cogsciapps.hook background.app.mode 1

Use 1

Most default setting commands in Terminal use either 0 or false, or 1 or true

@WJJP Perfect! Thanks so much.

1 Like

For the record the

 defaults write com.cogsciapps.hook background.app.mode 1

command will also remove it from Force Quit menu and App Switcher.

We considered making it the default (and did so in a public beta) of Hook but we then decided against it.

Users can keep Hook in the Dock without putting it in foreground mode if they want. Just drag and drop it there. I think that’s good for onboarding but after that not as much.

1 Like