aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2015-12-07 12:08:52 +0100
committerMathias Bynens <mathias@qiwi.be>2015-12-07 12:08:52 +0100
commited0019b7f87828aad94a94665c198b556bd7be02 (patch)
treec9f5469751a40e819fd607b703824b137686b9c2
parentcc5a019cef9becea233798541b2877b71ac6a4e8 (diff)
downloaddotfiles-ed0019b7f87828aad94a94665c198b556bd7be02.tar.gz
dotfiles-ed0019b7f87828aad94a94665c198b556bd7be02.tar.bz2
dotfiles-ed0019b7f87828aad94a94665c198b556bd7be02.zip
.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.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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