スクリーンショットの影を消す
Mac
で
スクリーンショット
を撮ると、標準では影がついている
消すとき
code:sh
defaults write com.apple.screencapture disable-shadow -boolean true
killall SystemUIServer
元に戻したい場合
code:sh
defaults write com.apple.screencapture disable-shadow -boolean false
killall SystemUIServer
public