Hola Everyone,
I have been a Mac user for the past 5 years, wanted to share tricks in customising the screenshots in Mac.
NOTE
All these changes requires restart, If you want the change to reflect immediately, you can run this command
$ killall SystemUIServer
1. Disable Screenshot Drop Shadows
$ defaults write com.apple.screencapture disable-shadow -bool TRUE
To reset the changes
$ defaults write com.apple.screencapture disable-shadow -bool FALSE
2. Change Screenshot File Format
$ defaults write com.apple.screencapture type PDF
To reset the changes
$ defaults write com.apple.screencapture type png
3. Change the default folder
$ defaults write com.apple.screencapture location <DIR>
To reset the changes
$ defaults write com.apple.screencapture location ~/Desktop
4. Change the screenshot file name
$ defaults write com.apple.screencapture name <FILENAME>
Do add any comments if I am missing something
Top comments (0)