aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-07-29 07:43:29 +0200
committerMathias Bynens <mathias@qiwi.be>2012-07-29 07:43:29 +0200
commit3d4c417a4c36b3fcb0f687f2124b76e2689a72eb (patch)
tree13dd010ff95efc5c4aebbde005868a3e2e2bec80 /.osx
parent93bb03921b057499caffd1d4fed78e66d56a131e (diff)
downloaddotfiles-3d4c417a4c36b3fcb0f687f2124b76e2689a72eb.tar.gz
dotfiles-3d4c417a4c36b3fcb0f687f2124b76e2689a72eb.tar.bz2
dotfiles-3d4c417a4c36b3fcb0f687f2124b76e2689a72eb.zip
.osx: Add commented out command to disable smooth scrolling
This is only really useful on older Macs that mess up the animation.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx4
1 files changed, 4 insertions, 0 deletions
diff --git a/.osx b/.osx
index 12436a3..479e732 100755
--- a/.osx
+++ b/.osx
@@ -22,6 +22,10 @@ defaults write com.apple.systemuiserver menuExtras -array "/System/Library/CoreS
# Always show scrollbars
defaults write NSGlobalDomain AppleShowScrollBars -string "Always"
+# Disable smooth scrolling
+# (Uncomment if you’re on an older Mac that messes up the animation)
+#defaults write NSGlobalDomain NSScrollAnimationEnabled -bool false
+
# Disable opening and closing window animations
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false