From 79415b387d8861824d037497f7d739479c706ab4 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Wed, 23 Sep 2015 22:23:58 +0200 Subject: [PATCH] Add Yosemite transparency settings --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 50df7a5..62a2d1a 100644 --- a/README.md +++ b/README.md @@ -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)'