Skip to content

Instantly share code, notes, and snippets.

@jonathanpenn
Created April 25, 2012 03:50
Show Gist options
  • Save jonathanpenn/2486110 to your computer and use it in GitHub Desktop.
Save jonathanpenn/2486110 to your computer and use it in GitHub Desktop.
# Disable shadow in screenshots
# Run this command from the terminal
defaults write com.apple.screencapture disable-shadow -bool true
# Now you press Cmd-Shift-4 to go into "select a portion of the screen to shoot" mode,
# but press the spacebar and it then switches to "select a window to shoot" mode. Magic!
# From https://raw.github.com/mathiasbynens/dotfiles/master/.osx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment