aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-17 09:23:52 +0200
committerMathias Bynens <mathias@qiwi.be>2011-09-17 09:23:52 +0200
commit2bb5745615b0d150156c4ca0a5125109a465bf89 (patch)
treea52490c475600dc9dc2e6953208e74e853666f44
parent8f5810c3b8eac846183c9e9adf4ca1eaf4a7508a (diff)
downloaddotfiles-2bb5745615b0d150156c4ca0a5125109a465bf89.tar.gz
dotfiles-2bb5745615b0d150156c4ca0a5125109a465bf89.tar.bz2
dotfiles-2bb5745615b0d150156c4ca0a5125109a465bf89.zip
Minor cleanup.
-rwxr-xr-x.osx14
1 files 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