Created
October 9, 2019 18:30
-
-
Save f-steff/0163e0c1ed174e8ab7b33101ab473b5a to your computer and use it in GitHub Desktop.
Mac Secrets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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