From 9cf197818b1314affe874996d8ef8aa069491f3a Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 12 Aug 2012 13:19:45 +0200 Subject: .osx: Automatically illuminate built-in MacBook keyboard in low light --- .osx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.osx b/.osx index a27e704..524606d 100755 --- a/.osx +++ b/.osx @@ -125,6 +125,11 @@ 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`, and `true` with `false`. -- cgit v1.2.3