From 3d4c417a4c36b3fcb0f687f2124b76e2689a72eb Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 29 Jul 2012 07:43:29 +0200 Subject: .osx: Add commented out command to disable smooth scrolling This is only really useful on older Macs that mess up the animation. --- .osx | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.osx') 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 -- cgit v1.2.3