From ea68bda80a455e149d29156071d4c8472f6b93cb Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 12 Oct 2020 10:26:54 +0200 Subject: [PATCH] .macos: adjust toolbar title rollover delay --- .macos | 3 +++ 1 file changed, 3 insertions(+) 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