commit 6cb4c03b6bc9195d8fa29da9d6d3b760e6b08d9b
parent b98d7f30edfb66f76d15b5fc83f4d5a3ffde520e
Author: Anders Damsgaard <andersd@riseup.net>
Date: Thu, 19 Oct 2017 20:22:01 -0400
disable shadow around window screenshots
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/init/10_macos.sh b/init/10_macos.sh
@@ -202,8 +202,8 @@ defaults write com.apple.screencapture location -string "${HOME}/Desktop"
# Save screenshots in PNG format (other options: BMP, GIF, JPG, PDF, TIFF)
defaults write com.apple.screencapture type -string "png"
-# Keep shadow in screenshots
-defaults write com.apple.screencapture disable-shadow -bool false
+# Disable shadow in screenshots
+defaults write com.apple.screencapture disable-shadow -bool true
# Enable subpixel font rendering on non-Apple LCDs
# Reference: https://github.com/kevinSuttle/macOS-Defaults/issues/17#issuecomment-266633501