From 2bb5745615b0d150156c4ca0a5125109a465bf89 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 17 Sep 2011 09:23:52 +0200 Subject: Minor cleanup. --- .osx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.osx b/.osx index 45b846f..ad3eef2 100755 --- a/.osx +++ b/.osx @@ -4,6 +4,9 @@ defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 # Enable the 2D Dock defaults write com.apple.dock no-glass -bool true +# Make Dock icons of hidden applications translucent +defaults write com.apple.Dock showhidden -bool true + # Disable menu bar transparency defaults write -g AppleEnableMenuBarTransparency -bool false @@ -40,14 +43,11 @@ defaults write com.apple.frameworks.diskimages skip-verify-remote -bool true defaults write com.apple.frameworks.diskimages auto-open-ro-root -bool true defaults write com.apple.frameworks.diskimages auto-open-rw-root -bool true -# Show POSIX Path in Finder Window Title -defaults write com.apple.finder _FXShowPosixPathInTitle –bool YES - -# Increase sheet open speed -defaults write NSGlobalDomain NSWindowResizeTime .001 +# Display full POSIX path as Finder window title +defaults write com.apple.finder _FXShowPosixPathInTitle –bool true -# Make hidden applications transparent -defaults write com.apple.Dock showhidden -bool YES +# Increase window resize speed for Cocoa applications +defaults write NSGlobalDomain NSWindowResizeTime -float 0.001 # Avoid creating .DS_Store files on network volumes defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true -- cgit v1.2.3