aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTroy Harvey <troyharvey@gmail.com>2015-11-28 00:12:49 -0600
committerMathias Bynens <mathias@qiwi.be>2015-11-30 11:58:16 +0100
commit82ff5bff91ff1e8c45e61c275b15845425888fa8 (patch)
tree5d9a7e6ddf90f0a57a927f8d11202294394f002b
parent7d43ff6f8f07b31b514b17b776304ef4864cf9c5 (diff)
downloaddotfiles-82ff5bff91ff1e8c45e61c275b15845425888fa8.tar.gz
dotfiles-82ff5bff91ff1e8c45e61c275b15845425888fa8.tar.bz2
dotfiles-82ff5bff91ff1e8c45e61c275b15845425888fa8.zip
.osx: Show only open applications in the Dock
Closes #604.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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