Skip to content

Commit

Permalink
feat: add screenshots configs for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Jul 18, 2024
1 parent cb2c489 commit 4d77547
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion macos/defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4d77547

Please sign in to comment.