Last active
December 16, 2015 20:39
-
-
Save zakgrant/5494458 to your computer and use it in GitHub Desktop.
Remove Drop Shadows from windows in osx source http://apple.stackexchange.com/questions/61924/how-can-i-remove-the-window-shadow-in-mountain-lion/84982#84982
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write NSGlobalDomain NSUseLeopardWindowValues NO | |
defaults write com.apple.Safari NSUseLeopardWindowValues YES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment