From c199141aa04c623d059557daa050134821005908 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 17 Mar 2014 12:32:43 -0500 Subject: [PATCH] Disable screenshot shadows. --- .osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.osx b/.osx index e7cd590..8d28c10 100755 --- a/.osx +++ b/.osx @@ -124,7 +124,7 @@ defaults write com.apple.screencapture location -string "${HOME}/Desktop" defaults write com.apple.screencapture type -string "png" # 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 defaults write NSGlobalDomain AppleFontSmoothing -int 2