From ed0019b7f87828aad94a94665c198b556bd7be02 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 7 Dec 2015 12:08:52 +0100 Subject: .osx: Disable the over-the-top focus ring animation See http://arstechnica.com/apple/2014/10/os-x-10-10/5/ for an example. Closes #511. --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index 45ee2a5..7c57de6 100755 --- a/.osx +++ b/.osx @@ -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 -- cgit v1.2.3