From 82ff5bff91ff1e8c45e61c275b15845425888fa8 Mon Sep 17 00:00:00 2001 From: Troy Harvey Date: Sat, 28 Nov 2015 00:12:49 -0600 Subject: .osx: Show only open applications in the Dock Closes #604. --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index 029e2be..45ee2a5 100755 --- a/.osx +++ b/.osx @@ -361,6 +361,9 @@ defaults write com.apple.dock show-process-indicators -bool true # the Dock to launch apps. #defaults write com.apple.dock persistent-apps -array +# Show only open applications in the Dock +#defaults write com.apple.dock static-only -bool true + # Don’t animate opening applications from the Dock defaults write com.apple.dock launchanim -bool false -- cgit v1.2.3