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 22, 2024
1 parent cb2c489 commit 462288a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion macos/defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@

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"

# Save screenshots in PNG format (other options: BMP, GIF, JPG, PDF, TIFF)
defaults write com.apple.screencapture type -string "png"

0 comments on commit 462288a

Please sign in to comment.