Skip to content

Instantly share code, notes, and snippets.

@colus001
Created July 18, 2016 07:25
Show Gist options
  • Save colus001/4a5add7639c0d81b18b9d339defedc36 to your computer and use it in GitHub Desktop.
Save colus001/4a5add7639c0d81b18b9d339defedc36 to your computer and use it in GitHub Desktop.
맥 캡쳐시 드롭 셰도우 삭제하기
#!/bin/sh
defaults write com.apple.screencapture disable-shadow -bool true && killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment