From 6b3819f1bfd6c0c3ab5cb8fba2b5085fb11486eb Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 20 Sep 2011 21:06:24 +0300 Subject: =?UTF-8?q?Show=20indicator=20lights=20for=20open=20applications?= =?UTF-8?q?=20in=20the=20Dock,=20and=20don=E2=80=99t=20animate=20opening?= =?UTF-8?q?=20applications=20from=20the=20Dock.=20(These=20can=20be=20set?= =?UTF-8?q?=20through=20System=20Preferences=20=E2=86=92=20Dock=20as=20wel?= =?UTF-8?q?l.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .osx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.osx') 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 -- cgit v1.2.3