aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-03-04 18:26:02 +0100
committerMathias Bynens <mathias@qiwi.be>2014-03-04 18:26:02 +0100
commitd4cfb804fceb3e6c22ea581b3d89d04522c8e503 (patch)
treed3ec91bf149ba43a6b28a4c9b421af7629e0e97c /.osx
parent47756633355ac3d56ba2efe7c35932c956e71327 (diff)
downloaddotfiles-d4cfb804fceb3e6c22ea581b3d89d04522c8e503.tar.gz
dotfiles-d4cfb804fceb3e6c22ea581b3d89d04522c8e503.tar.bz2
dotfiles-d4cfb804fceb3e6c22ea581b3d89d04522c8e503.zip
.osx: Remove old keyboard illumination settings
These commands don’t have any effect anymore in OS X 10.9. Closes #327.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx5
1 files changed, 0 insertions, 5 deletions
diff --git a/.osx b/.osx
index 26f71dc..8fb3d60 100755
--- a/.osx
+++ b/.osx
@@ -175,11 +175,6 @@ defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
# Set a blazingly fast keyboard repeat rate
defaults write NSGlobalDomain KeyRepeat -int 0
-# Automatically illuminate built-in MacBook keyboard in low light
-defaults write com.apple.BezelServices kDim -bool true
-# Turn off keyboard illumination when computer is not used for 5 minutes
-defaults write com.apple.BezelServices kDimTime -int 300
-
# Set language and text formats
# Note: if you’re in the US, replace `EUR` with `USD`, `Centimeters` with
# `Inches`, `en_GB` with `en_US`, and `true` with `false`.