Skip to content

Instantly share code, notes, and snippets.

@swr
Created June 15, 2012 22:10
Show Gist options
  • Save swr/2938950 to your computer and use it in GitHub Desktop.
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
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