From 4d77547d3d53a0025279a62f8489128b3c603d9d Mon Sep 17 00:00:00 2001 From: Yasmin Teles Date: Thu, 18 Jul 2024 10:43:51 -0300 Subject: [PATCH] feat: add screenshots configs for macos --- macos/defaults.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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"