From d4cfb804fceb3e6c22ea581b3d89d04522c8e503 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 4 Mar 2014 18:26:02 +0100 Subject: .osx: Remove old keyboard illumination settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These commands don’t have any effect anymore in OS X 10.9. Closes #327. --- .osx | 5 ----- 1 file changed, 5 deletions(-) (limited to '.osx') 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`. -- cgit v1.2.3