aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Taylor <manix84@gmail.com>2013-03-10 11:22:56 +0100
committerMathias Bynens <mathias@qiwi.be>2013-03-10 11:23:24 +0100
commitdc3b7293b0165b26c9e4f0f24545f9aa2639d8eb (patch)
tree96dd251f7231fc8d32b6c5e73f56c6035748ef81
parentc07aa5d833bec104e9a2f2d93f5c7b2dae41e8be (diff)
downloaddotfiles-dc3b7293b0165b26c9e4f0f24545f9aa2639d8eb.tar.gz
dotfiles-dc3b7293b0165b26c9e4f0f24545f9aa2639d8eb.tar.bz2
dotfiles-dc3b7293b0165b26c9e4f0f24545f9aa2639d8eb.zip
.osx: Disable Dashboard
Ref. #136.
-rwxr-xr-x.osx7
1 files changed, 5 insertions, 2 deletions
diff --git a/.osx b/.osx
index a96973b..2b1dfd7 100755
--- a/.osx
+++ b/.osx
@@ -284,7 +284,7 @@ file=/Applications/Dropbox.app/Contents/Resources/check.icns
unset file
###############################################################################
-# Dock & hot corners #
+# Dock, Dashboard, and hot corners #
###############################################################################
# Enable highlight hover effect for the grid view of a stack (Dock)
@@ -317,8 +317,11 @@ defaults write com.apple.dock expose-group-by-app -bool false
# Don’t show Dashboard as a Space
defaults write com.apple.dock dashboard-in-overlay -bool true
+# Disable Dashboard
+defaults write com.apple.dashboard mcx-disabled -bool true
+
# Remove the auto-hiding Dock delay
-defaults write com.apple.Dock autohide-delay -float 0
+defaults write com.apple.dock autohide-delay -float 0
# Remove the animation when hiding/showing the Dock
defaults write com.apple.dock autohide-time-modifier -float 0