dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit fc161799f1dba2373b6e7ad6c60259651d62efcc
parent 9efcdb60f9b81afec5f2856f5bc19be2b9072a03
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Thu, 28 Sep 2017 22:08:08 -0400

enable transparency by default

Diffstat:
Minit/10_osx.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/10_osx.sh b/init/10_osx.sh @@ -34,7 +34,7 @@ sudo pmset -a standbydelay 86400 sudo nvram SystemAudioVolume=" " # Disable transparency in the menu bar and elsewhere on Yosemite -defaults write com.apple.universalaccess reduceTransparency -bool true +#defaults write com.apple.universalaccess reduceTransparency -bool true # Set highlight color to gray #defaults write NSGlobalDomain AppleHighlightColor -string "0.764700 0.976500 0.568600"