Skip to content

Instantly share code, notes, and snippets.

@zefanjajobse
Created April 7, 2025 20:44
Show Gist options
  • Select an option

  • Save zefanjajobse/bc412405f788e6ea30dfbabb992bebda to your computer and use it in GitHub Desktop.

Select an option

Save zefanjajobse/bc412405f788e6ea30dfbabb992bebda to your computer and use it in GitHub Desktop.

๐—™๐—ฎ๐˜€๐˜๐—ฒ๐—ฟ ๐——๐—ผ๐—ฐ๐—ธ ๐—›๐—ถ๐—ฑ๐—ถ๐—ป๐—ด: defaults write com.apple.dock autohide-delay -float 0; defaults write com.apple.dock autohide-time-modifier -int 0;killall Dock

๐—™๐—ฎ๐˜€๐˜๐—ฒ๐—ฟ ๐——๐—ผ๐—ฐ๐—ธ ๐—›๐—ถ๐—ฑ๐—ถ๐—ป๐—ด ๐—จ๐—ป๐—ฑ๐—ผ: defaults write com.apple.dock autohide-delay -float 0.5; defaults write com.apple.dock autohide-time-modifier -int 0.5 ;killall Dock

๐——๐—ถ๐˜€๐—ฎ๐—ฏ๐—น๐—ฒ ๐—”๐—ป๐—ป๐—ผ๐˜†๐—ถ๐—ป๐—ด ๐——๐—ถ๐˜€๐—ธ ๐—ช๐—ฎ๐—ฟ๐—ป๐—ถ๐—ป๐—ด (must restart Mac to take effect): sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.DiskArbitration.diskarbitrationd.plist DADisableEjectNotification -bool YES && sudo pkill diskarbitrationd

๐—ฅ๐—ฒ-๐—˜๐—ป๐—ฎ๐—ฏ๐—น๐—ฒ ๐—”๐—ป๐—ป๐—ผ๐˜†๐—ถ๐—ป๐—ด ๐——๐—ถ๐˜€๐—ธ ๐—ช๐—ฎ๐—ฟ๐—ป๐—ถ๐—ป๐—ด: sudo defaults delete /Library/Preferences/SystemConfiguration/com.apple.DiskArbitration.diskarbitrationd.plist DADisableEjectNotification && sudo pkill diskarbitrationd

๐— ๐—ฎ๐—ธ๐—ฒ ๐—›๐—ถ๐—ฑ๐—ฑ๐—ฒ๐—ป ๐—”๐—ฝ๐—ฝ๐˜€ ๐—ง๐—ฟ๐—ฎ๐—ป๐˜€๐—ฝ๐—ฎ๐—ฟ๐—ฒ๐—ป๐˜: defaults write com.apple.Dock showhidden -bool TRUE && killall Dock

Enable charging chime

defaults write com.apple.PowerChime ChimeOnAllHardware -bool true; open /System/Library/CoreServices/PowerChime.app &

Disable again:
defaults write com.apple.PowerChime ChimeOnNoHardware -bool true;killall PowerChime

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