When you do print screen in Mac OS X, by default Mac will auto append window shadow in your print screen. Yes no doubt it looks nice but sometimes when there is only limited space to show the image in a presentation, then these window shadow is frustrating. Good news is that, Mac provide a way for you to disable this feature!
To disable print screen window shadow in Mac, follow the steps below:-
Advertisements
- Open your Terminal
- Copy and paste command below and hit ‘return’
defaults write com.apple.screencapture disable-shadow -bool true
* To enable the shadow again, change the true to false
killall SystemUIServer
- From now on, print screen will not include the window shadow anymore
Related posts:
How to move cursor to end of line in vi editor
Mac: Change print screen file format to jpg
How to search files by content in Mac / Linux
How to switch from 3D Dock to 2D in Mac OS X
How to show hidden files in Finder - Mac OS X
How to downgrade to PHP 5.2 using MacPort
SVN: How to commit only modified files via command line
Mac: How to setup email account in Apple Mail
Share this with your friends:-