Created
June 15, 2012 22:10
-
-
Save swr/2938950 to your computer and use it in GitHub Desktop.
Turn off Pixelmator converting files to its native format when opened and its auto save annoyances
This file contains 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
turn off auto conversion | |
defaults write com.pixelmatorteam.pixelmator alwaysUseNativeFormat -bool no | |
turn off auto save | |
defaults write com.pixelmatorteam.pixelmator disableAutosave -bool yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment