aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorCătălin Mariș <alrraa@gmail.com>2014-03-01 22:32:21 +0200
committerMathias Bynens <mathias@qiwi.be>2014-03-02 09:58:03 +0100
commite55e5b964d9901a82e78f6a23fc4231376845f97 (patch)
tree5c4c43d669fa837f256d3a62bda1e205f1b58381 /.osx
parent9c9ca938c14ffbdb526ab58b75de78536e21162e (diff)
downloaddotfiles-e55e5b964d9901a82e78f6a23fc4231376845f97.tar.gz
dotfiles-e55e5b964d9901a82e78f6a23fc4231376845f97.tar.bz2
dotfiles-e55e5b964d9901a82e78f6a23fc4231376845f97.zip
.osx: Make Dock more transparent
Closes #346.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 991844f..26f71dc 100755
--- a/.osx
+++ b/.osx
@@ -394,6 +394,9 @@ defaults write com.apple.dock autohide -bool true
# Make Dock icons of hidden applications translucent
defaults write com.apple.dock showhidden -bool true
+# Make Dock more transparent
+defaults write com.apple.dock hide-mirror -bool true
+
# Reset Launchpad
find ~/Library/Application\ Support/Dock -name "*.db" -maxdepth 1 -delete