aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-20 21:06:24 +0300
committerMathias Bynens <mathias@qiwi.be>2011-09-20 21:06:24 +0300
commit6b3819f1bfd6c0c3ab5cb8fba2b5085fb11486eb (patch)
tree9567af9b2f9571f4c67fb8c25a96a9342e5ac88f /.osx
parent3eeed6ee69da7e9c0c3c23d7ffde30c0315420cc (diff)
downloaddotfiles-6b3819f1bfd6c0c3ab5cb8fba2b5085fb11486eb.tar.gz
dotfiles-6b3819f1bfd6c0c3ab5cb8fba2b5085fb11486eb.tar.bz2
dotfiles-6b3819f1bfd6c0c3ab5cb8fba2b5085fb11486eb.zip
Show indicator lights for open applications in the Dock, and don’t animate opening applications from the Dock. (These can be set through System Preferences → Dock as well.)
Diffstat (limited to '.osx')
-rwxr-xr-x.osx6
1 files changed, 6 insertions, 0 deletions
diff --git a/.osx b/.osx
index ef2850a..b460804 100755
--- a/.osx
+++ b/.osx
@@ -25,6 +25,12 @@ defaults write com.apple.dock mouse-over-hilte-stack -bool true
# Enable spring loading for all Dock items
defaults write enable-spring-load-actions-on-all-items -bool true
+# Show indicator lights for open applications in the Dock
+defaults write com.apple.Dock show-process-indicators -bool true
+
+# Don’t animate opening applications from the Dock
+defaults write com.apple.Dock launchanim -bool false
+
# Disable press-and-hold for keys in favor of key repeat
defaults write -g ApplePressAndHoldEnabled -bool false