Skip to content

Instantly share code, notes, and snippets.

@dpaluy
Created November 30, 2022 04:39
Show Gist options
  • Select an option

  • Save dpaluy/e1e77d1b4dfef8a7a94e77a71cdaf73a to your computer and use it in GitHub Desktop.

Select an option

Save dpaluy/e1e77d1b4dfef8a7a94e77a71cdaf73a to your computer and use it in GitHub Desktop.
Mac Goodies
# ๐—™๐—ฎ๐˜€๐˜๐—ฒ๐—ฟ ๐——๐—ผ๐—ฐ๐—ธ ๐—›๐—ถ๐—ฑ๐—ถ๐—ป๐—ด
defaults write com.apple.dock autohide-delay -float 0; defaults write com.apple.dock autohide-time-modifier -int 0.05;killall Dock
# Dismiss unmount notifications
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.DiskArbitration.diskarbitrationd.plist DADisableEjectNotification -bool YES && sudo pkill diskarbitrationd
@dpaluy
Copy link
Author

dpaluy commented Nov 30, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment