diff options
author | Rob Taylor <manix84@gmail.com> | 2013-03-10 11:22:56 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-03-10 11:23:24 +0100 |
commit | dc3b7293b0165b26c9e4f0f24545f9aa2639d8eb (patch) | |
tree | 96dd251f7231fc8d32b6c5e73f56c6035748ef81 | |
parent | c07aa5d833bec104e9a2f2d93f5c7b2dae41e8be (diff) | |
download | dotfiles-dc3b7293b0165b26c9e4f0f24545f9aa2639d8eb.tar.gz dotfiles-dc3b7293b0165b26c9e4f0f24545f9aa2639d8eb.tar.bz2 dotfiles-dc3b7293b0165b26c9e4f0f24545f9aa2639d8eb.zip |
.osx: Disable Dashboard
Ref. #136.
-rwxr-xr-x | .osx | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |