Skip to content

Instantly share code, notes, and snippets.

@aokiplayer
Created December 6, 2022 01:10
Show Gist options
  • Save aokiplayer/6a43750a0ce311cc70ea090a562e2ddd to your computer and use it in GitHub Desktop.
Save aokiplayer/6a43750a0ce311cc70ea090a562e2ddd to your computer and use it in GitHub Desktop.
Mac のスクリーンショットで影を消す

影を消す設定

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

デフォルトに戻す設定

defaults write com.apple.screencapture disable-shadow -boolean false
killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment