From 8422565e7d8c8dacff6d57a9ab8cd3310e14e0f0 Mon Sep 17 00:00:00 2001 From: iloveitaly Date: Sat, 10 Sep 2011 08:20:41 -0300 Subject: Posix path in finder title, sheet speed, hidden application's icons are transparent --- .osx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index ab675fb..45b846f 100755 --- a/.osx +++ b/.osx @@ -40,6 +40,15 @@ 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 + +# Make hidden applications transparent +defaults write com.apple.Dock showhidden -bool YES + # Avoid creating .DS_Store files on network volumes defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true -- cgit v1.2.3