I would like to explore some new tweaks which can be done by the "defaults write" command in OS X(ML).
What can I do to find them out myself rather than hunting online for known tweaks?
|
I would like to explore some new tweaks which can be done by the "defaults write" command in OS X(ML). What can I do to find them out myself rather than hunting online for known tweaks? |
||||
|
|
|
Disclaimer: I’m the author of For most non-hidden settings, this is how you can find the correct preference keys in Terminal.app:
For hidden settings, it gets trickier. You can use the command-line
Here’s another example that will look through all
There’s also a tool called GDB which can be used to find hidden preferences. |
|||||||
|
|
Another strings command:
defaults has a find subcommand:
Header files often contain definitions for preference keys:
|
||||
|
|