Skip to content

Instantly share code, notes, and snippets.

@karladler
Last active May 9, 2023 18:16
Show Gist options
  • Save karladler/1b67fd5277f4895e52b304d802a43ef7 to your computer and use it in GitHub Desktop.
Save karladler/1b67fd5277f4895e52b304d802a43ef7 to your computer and use it in GitHub Desktop.
Use full OSX settings

Make autohidden dock appear fast:

defaults write com.apple.dock autohide-delay -float 0; killall Dock

Restore default delay for dock:

defaults delete com.apple.dock autohide-delay; killall Dock

Auto accept Outlook 365 autodiscover redirect

defaults write com.microsoft.Outlook TrustO365AutodiscoverRedirect -bool true

Disable Chrome navigating via Magic Mouse Gestures

defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false

Change mouse tracking speed without OSX boundaries

show current defaults read -g com.apple.mouse.scaling

set new one defaults write -g com.apple.mouse.scaling 5.0

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