#!/bin/zsh -f

command defaults write com.apple.dashboard mcx-disabled -boolean YES 
command killall Dock
return 0

