Skip to content

Instantly share code, notes, and snippets.

@f-steff
Created October 9, 2019 18:30
Show Gist options
  • Save f-steff/0163e0c1ed174e8ab7b33101ab473b5a to your computer and use it in GitHub Desktop.
Save f-steff/0163e0c1ed174e8ab7b33101ab473b5a to your computer and use it in GitHub Desktop.
Mac Secrets
For folks who want Chrome to always restore windows to their original spaces, you can set that by running this command in a terminal window (for Canary, use `com.google.Chrome.canary`):
defaults write com.google.Chrome NSWindowRestoresWorkspaceAtLaunch -bool YES
To go back to the default behavior, run:
defaults delete com.google.Chrome NSWindowRestoresWorkspaceAtLaunch
This should work for any Mac app, not just Chrome.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment