Skip to content

Instantly share code, notes, and snippets.

@itod
Last active November 21, 2016 03:15
Show Gist options
  • Save itod/c1f5b48520ef66240a23 to your computer and use it in GitHub Desktop.
Save itod/c1f5b48520ef66240a23 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