Skip to content

Instantly share code, notes, and snippets.

@pestilence669
Last active November 24, 2019 21:53
Show Gist options
  • Save pestilence669/cdfd0678c2b5fdf864603924413bad03 to your computer and use it in GitHub Desktop.
Save pestilence669/cdfd0678c2b5fdf864603924413bad03 to your computer and use it in GitHub Desktop.
macOS Tweaks
# make the dock not so slow
defaults write com.apple.dock autohide-time-modifier -float 0.5
defaults write com.apple.dock autohide-delay -float 0.05
killall Dock
# disable shadow on screen capture
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