Skip to content

Commit

Permalink
fixup! 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 4d77547 commit 7ced072
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions macos/defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ 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 7ced072

Please sign in to comment.