How to completely disable Mac MissionControl

6,754

Solution 1

It's probably set to activate with a gesture on a trackpad or mouse. Go into the Mouse and/or trackpad settings in System Preferences, look under More Gestures and disable the ones for Mission Control.

Solution 2

You can enable, and disable Mission Control with the following commands: (I'm running 10.10.5 Yosemite OSX)

Enable:

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

Disable:

defaults write com.apple.dock mcx-expose-disabled -bool TRUE && killall Dock
Share:
6,754

Related videos on Youtube

WestCoastProjects
Author by

WestCoastProjects

R/python/javascript recently and before that Scala/Spark. Machine learning and data pipelines apps.

Updated on September 18, 2022

Comments

  • WestCoastProjects
    WestCoastProjects over 1 year

    As shown in the screenshot I have removed all of the keyboard shortcuts to go into Mission Control. Somehow occasionally it still happens. Problem is it then freezes the MBPro for couple of tens of seconds - i can not have any interaction with the laptop during that time.

    I am on 10.8.4

    enter image description here

    • slhck
      slhck over 10 years
      What do you mean with "it still happens"? Does it just start at random?
    • WestCoastProjects
      WestCoastProjects over 10 years
      @slhck Well being a software program it is probably not random; however, I have not been able to determine the specific circumstances that trigger the behavior. So it "seems" random.
  • Elise van Looij
    Elise van Looij about 7 years
    When I'm reading or thinking, I tend to kind of trail my fingers over the trackpad, which means that several times a day the screen goes into a seizure as my MacBook tries to conjure up the little screens it thinks I want. Gets my vote for Feature that Most Closely Resembles a Bug. Thanks for the cure.