diff options
author | Troy Harvey <troyharvey@gmail.com> | 2015-11-28 00:12:49 -0600 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2015-11-30 11:58:16 +0100 |
commit | 82ff5bff91ff1e8c45e61c275b15845425888fa8 (patch) | |
tree | 5d9a7e6ddf90f0a57a927f8d11202294394f002b | |
parent | 7d43ff6f8f07b31b514b17b776304ef4864cf9c5 (diff) | |
download | dotfiles-82ff5bff91ff1e8c45e61c275b15845425888fa8.tar.gz dotfiles-82ff5bff91ff1e8c45e61c275b15845425888fa8.tar.bz2 dotfiles-82ff5bff91ff1e8c45e61c275b15845425888fa8.zip |
.osx: Show only open applications in the Dock
Closes #604.
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |