diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-09-17 00:18:55 -0700 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-09-17 00:18:55 -0700 |
commit | 8f5810c3b8eac846183c9e9adf4ca1eaf4a7508a (patch) | |
tree | b9c4a157c9f062696b931d1a0c51f7f5781cafd9 | |
parent | a4767da6801f91aae118662ef7d651d4baca40b5 (diff) | |
parent | 8422565e7d8c8dacff6d57a9ab8cd3310e14e0f0 (diff) | |
download | dotfiles-8f5810c3b8eac846183c9e9adf4ca1eaf4a7508a.tar.gz dotfiles-8f5810c3b8eac846183c9e9adf4ca1eaf4a7508a.tar.bz2 dotfiles-8f5810c3b8eac846183c9e9adf4ca1eaf4a7508a.zip |
Merge pull request #16 from iloveitaly/patch-1
Posix path in Finder title, window resize speed, hidden application’s icons…
-rwxr-xr-x | .osx | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |