From e368f38a17c138ada1ee42801b9436880fb8aabe Mon Sep 17 00:00:00 2001 From: Gabriel Izaias Date: Mon, 14 Jan 2013 21:59:59 -0200 Subject: .osx: Add possible values for AppleShowScrollBars Ref. #170. --- .osx | 1 + 1 file changed, 1 insertion(+) diff --git a/.osx b/.osx index f9e6624..5611334 100755 --- a/.osx +++ b/.osx @@ -39,6 +39,7 @@ defaults write NSGlobalDomain NSTableViewDefaultSizeMode -int 2 # Always show scrollbars defaults write NSGlobalDomain AppleShowScrollBars -string "Always" +# Possible values: `WhenScrolling`, `Automatic` and `Always` # Disable smooth scrolling # (Uncomment if you’re on an older Mac that messes up the animation) -- cgit v1.2.3