Skip to content

Commit

Permalink
.macos: adjust toolbar title rollover delay
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Oct 12, 2020
1 parent 0cd43d1 commit ea68bda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .macos
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea68bda

Please sign in to comment.