Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save johanoloflindberg/7efe81d403ec035009452ceb1003040f to your computer and use it in GitHub Desktop.
Save johanoloflindberg/7efe81d403ec035009452ceb1003040f to your computer and use it in GitHub Desktop.
Altering FluidApp default user preferences
This should be possible by cracking open Fluid.app (Fluid itself, not Fluid apps you create, mind you), and editing this config file:
Fluid.app/Contents/Resources/FluidApp.app/Contents/Resources/FluidApp-DefaultValues.plist
All of the default user defaults (aka user preferences) are stored here. Subsequent Fluid Apps created by this Fluid.app instance will have these default preferences.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment