aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-17 00:18:55 -0700
committerMathias Bynens <mathias@qiwi.be>2011-09-17 00:18:55 -0700
commit8f5810c3b8eac846183c9e9adf4ca1eaf4a7508a (patch)
treeb9c4a157c9f062696b931d1a0c51f7f5781cafd9 /.osx
parenta4767da6801f91aae118662ef7d651d4baca40b5 (diff)
parent8422565e7d8c8dacff6d57a9ab8cd3310e14e0f0 (diff)
downloaddotfiles-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…
Diffstat (limited to '.osx')
-rwxr-xr-x.osx9
1 files changed, 9 insertions, 0 deletions
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