Last active
November 24, 2019 21:53
-
-
Save pestilence669/cdfd0678c2b5fdf864603924413bad03 to your computer and use it in GitHub Desktop.
macOS Tweaks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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