Skip to content

Commit

Permalink
.osx: Disable the over-the-top focus ring animation
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Dec 7, 2015
1 parent cc5a019 commit ed0019b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ defaults write NSGlobalDomain NSTableViewDefaultSizeMode -int 2
defaults write NSGlobalDomain AppleShowScrollBars -string "Always"
# Possible values: `WhenScrolling`, `Automatic` and `Always`

# Disable the over-the-top focus ring animation
defaults write NSGlobalDomain NSUseAnimatedFocusRing -bool false

# 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 ed0019b

Please sign in to comment.