From c5efa6a2955814cd47e139fbc0f20bc2e0d6991f Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 4 Apr 2012 19:32:45 +0200 Subject: =?UTF-8?q?.osx:=20Disable=20the=20=E2=80=9Cadd=20spacer=20to=20Do?= =?UTF-8?q?ck=E2=80=9D=20commands=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .osx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.osx') diff --git a/.osx b/.osx index 52a4624..2591e8e 100755 --- a/.osx +++ b/.osx @@ -13,12 +13,14 @@ defaults write com.apple.dock autohide -bool true # Make Dock icons of hidden applications translucent defaults write com.apple.dock showhidden -bool true -# Add a spacer to the dock -defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}' - # Enable iTunes track notifications in the Dock defaults write com.apple.dock itunes-notifications -bool true +# Add a spacer to the left side of the Dock (where the applications are) +#defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}' +# Add a spacer to the right side of the Dock (where the Trash is) +#defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}' + # Disable menu bar transparency defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false -- cgit v1.2.3