aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-07-27 12:07:35 +0200
committerMathias Bynens <mathias@qiwi.be>2012-07-27 12:07:35 +0200
commit205b8b14504a4ee3fad355127c34e1bd9db16cb3 (patch)
treefcb3af78a581ad9ed90897ce839f1b5df235c0a4 /.osx
parentfc1966559537aaa91ec0d0dbdd83aae1ce361531 (diff)
downloaddotfiles-205b8b14504a4ee3fad355127c34e1bd9db16cb3.tar.gz
dotfiles-205b8b14504a4ee3fad355127c34e1bd9db16cb3.tar.bz2
dotfiles-205b8b14504a4ee3fad355127c34e1bd9db16cb3.zip
.osx: Don’t show Dashboard as a Space
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index e756b2c..3d8cbf8 100755
--- a/.osx
+++ b/.osx
@@ -224,6 +224,9 @@ defaults write com.apple.dock launchanim -bool false
# Speed up Mission Control animations
defaults write com.apple.dock expose-animation-duration -float 0.1
+# Don’t show Dashboard as a Space
+defaults write com.apple.dock "dashboard-in-overlay" -bool true
+
# Remove the auto-hiding Dock delay
defaults write com.apple.Dock autohide-delay -float 0
# Remove the animation when hiding/showing the Dock