When you take a screenshot of a window on macOS, a drop-shadow is automatically included. This drop-shadow can enhance the visual appeal but may not always be desired. In some cases, a screenshot without the shadow is preferred for a cleaner look or to save space.
Disabling the drop-shadow in screenshots is possible through the Terminal. This feature provides a simple way to toggle the shadow effect on or off depending on your needs. Users can easily switch between these settings to suit different purposes.
This guide explains how to disable and re-enable the drop-shadow in macOS screenshots. The process is quick and can be done directly from the Terminal, giving you more control over your screenshots.
Steps to disable and enable drop-shadow in macOS screenshots:
- Open the Terminal application on your macOS.
- Enter the command to disable the drop-shadow in screenshots.
$ defaults write com.apple.screencapture disable-shadow -bool true
- Restart the user interface server to apply the changes.
$ killall SystemUIServer
Once executed, any new screenshot taken using the window capture mode will not have the drop-shadow effect.
- Take a screenshot using Command + Shift + 4, followed by the spacebar.
- To re-enable the drop-shadow, enter the appropriate command in the Terminal.
$ defaults write com.apple.screencapture disable-shadow -bool false
- Restart the user interface server again to apply the changes.
$ killall SystemUIServer
This will bring back the drop-shadow for all new screenshots taken in window capture mode.
Mohd Shakir Zakaria is an experienced cloud architect with a strong development and open-source advocacy background. He boasts multiple certifications in AWS, Red Hat, VMware, ITIL, and Linux, underscoring his expertise in cloud architecture and system administration.
Comment anonymously. Login not required.