Disable screenshot shadows.

This commit is contained in:
Jeff Geerling
2014-03-17 12:32:43 -05:00
parent 7d1b1bf6c9
commit c199141aa0
Vendored
+1 -1
View File
@@ -124,7 +124,7 @@ defaults write com.apple.screencapture location -string "${HOME}/Desktop"
defaults write com.apple.screencapture type -string "png" defaults write com.apple.screencapture type -string "png"
# Disable shadow in screenshots # Disable shadow in screenshots
# defaults write com.apple.screencapture disable-shadow -bool true defaults write com.apple.screencapture disable-shadow -bool true
# Enable subpixel font rendering on non-Apple LCDs # Enable subpixel font rendering on non-Apple LCDs
defaults write NSGlobalDomain AppleFontSmoothing -int 2 defaults write NSGlobalDomain AppleFontSmoothing -int 2