aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Izaias <gabriel.izaias@gmail.com>2013-01-14 21:59:59 -0200
committerMathias Bynens <mathias@qiwi.be>2013-04-22 19:59:09 +0200
commite368f38a17c138ada1ee42801b9436880fb8aabe (patch)
tree41c89b4d9442cd58b503d931388e192eaa913a1a
parent3753b01fc280bfac24f047064b49bddca2f79320 (diff)
downloaddotfiles-e368f38a17c138ada1ee42801b9436880fb8aabe.tar.gz
dotfiles-e368f38a17c138ada1ee42801b9436880fb8aabe.tar.bz2
dotfiles-e368f38a17c138ada1ee42801b9436880fb8aabe.zip
.osx: Add possible values for AppleShowScrollBars
Ref. #170.
-rwxr-xr-x.osx1
1 files changed, 1 insertions, 0 deletions
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)