From e55e5b964d9901a82e78f6a23fc4231376845f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Sat, 1 Mar 2014 22:32:21 +0200 Subject: .osx: Make Dock more transparent Closes #346. --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') 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 -- cgit v1.2.3