diff --git a/.macos b/.macos index e7da9cbded0..ec81a260ba1 100755 --- a/.macos +++ b/.macos @@ -41,6 +41,9 @@ defaults write NSGlobalDomain AppleShowScrollBars -string "Always" # Disable the over-the-top focus ring animation defaults write NSGlobalDomain NSUseAnimatedFocusRing -bool false +# Adjust toolbar title rollover delay +defaults write NSGlobalDomain NSToolbarTitleViewRolloverDelay -float 0 + # Disable smooth scrolling # (Uncomment if you’re on an older Mac that messes up the animation) #defaults write NSGlobalDomain NSScrollAnimationEnabled -bool false