diff --git a/macos/defaults.sh b/macos/defaults.sh index a8c6a3b..f75e50a 100644 --- a/macos/defaults.sh +++ b/macos/defaults.sh @@ -2,5 +2,12 @@ echo "Setting up macos..." -# Disable the system UI sound effects +############################################################################### +# Screenshots # +############################################################################### + +# Disable the system UI sound effects. defaults write com.apple.systemsound "com.apple.sound.uiaudio.enabled" -int 0 + +# Remove the default shadow from screenshots. +defaults write com.apple.screencapture "disable-shadow" -bool "true"