From dc3b7293b0165b26c9e4f0f24545f9aa2639d8eb Mon Sep 17 00:00:00 2001 From: Rob Taylor Date: Sun, 10 Mar 2013 11:22:56 +0100 Subject: .osx: Disable Dashboard Ref. #136. --- .osx | 7 +++++-- 1 file 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 -- cgit v1.2.3