Skip to content

Commit ea68bda

Browse files
committed
.macos: adjust toolbar title rollover delay
1 parent 0cd43d1 commit ea68bda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.macos

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ defaults write NSGlobalDomain AppleShowScrollBars -string "Always"
4141
# Disable the over-the-top focus ring animation
4242
defaults write NSGlobalDomain NSUseAnimatedFocusRing -bool false
4343

44+
# Adjust toolbar title rollover delay
45+
defaults write NSGlobalDomain NSToolbarTitleViewRolloverDelay -float 0
46+
4447
# Disable smooth scrolling
4548
# (Uncomment if you’re on an older Mac that messes up the animation)
4649
#defaults write NSGlobalDomain NSScrollAnimationEnabled -bool false

0 commit comments

Comments
 (0)