Skip to content

Instantly share code, notes, and snippets.

@qutek
Created February 21, 2019 21:15
Show Gist options
  • Save qutek/8ab7f265b4337861b1ecf8d6b953801a to your computer and use it in GitHub Desktop.
Save qutek/8ab7f265b4337861b1ecf8d6b953801a to your computer and use it in GitHub Desktop.
[Disable Mission Control] Disable mission control / spaces on drag to top of screen #mac

Disable:

defaults write com.apple.dock mcx-expose-disabled -bool TRUE && killall Dock

Enable:

defaults delete com.apple.dock mcx-expose-disabled && killall Dock

@csprofile
Copy link

This is no longer working on Big Sur, do you know any other alternative to disable the drat-to-top action?
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment