[Mac]ウィンドウのスクリーンショットに影を含めない

ウィンドウのスクリーンショット撮ると、影とその余白が大きすぎることがある。

影いらない場合の設定は、ターミナルを開いて以下を実行。

$ defaults write com.apple.screencapture disable-shadow -boolean true
$ killall SystemUIServer

もとに戻す場合

$ defaults delete com.apple.screencapture disable-shadow
$ killall SystemUIServer

メモメモ

コメントを残す

This site uses Akismet to reduce spam. Learn how your comment data is processed.