Its easy to think that Mac UI is not customizable but behold-it is!
However, these options are not available via the System Preferences but you can change them from the Terminal. Note the inconsistencies in the boolean values: YES/NO, true/false, 1/0…I’d have expected better from Apple!
Some of the more often looked for settings are shown below. But I’ve started working on a small utility called maclets that is a compilation of settings I find myself frequently using. Once sourced it can be used as:
1
|
|
Disable icon in Applicaiton Switcher: add this to the app’s Info.plist
1 2 |
|
Switch off(YES)/on(NO) Dashboard
1
|
|
Show(true)/hide(false) desktop icons
1
|
|
Disable(false)/enable(true) character picker on long key press in Lion in favor of key repeat (this was a really annoying change)
1
|
|
Disable(true)/enable(false) Ping sidebar
1
|
|
Disable(true)/enable(true) Ping stuff in iTunes
1
|
|