Add Yosemite transparency settings

This commit is contained in:
Marcel Bischoff 2015-09-23 22:23:58 +02:00
parent cae4f4a81b
commit 79415b387d

View File

@ -187,6 +187,12 @@ launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.
launchctl load -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
```
### Disable/enable transparency in menu and windows
```bash
defaults write com.apple.universalaccess reduceTransparency -bool true
defaults write com.apple.universalaccess reduceTransparency -bool false
```
### Eject all mountable volumes
```bash
osascript -e 'tell application "Finder" to eject (every disk whose ejectable is true)'