this post was submitted on 25 Jul 2023
5 points (100.0% liked)
Apple
890 readers
18 users here now
Here you can talk about Apple's ecosystem, Apple's OSs (Operating Systems), Apple's apps, Apple's everything!!
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can disable Mission Control and Spaces by typing the following command in terminal:
defaults write com.apple.dock mcx-expose-disabled -bool TRUE && killall Dock
If for some reason you want it back you can type in the following into terminal:
defaults delete com.apple.dock mcx-expose-disabled && killall Dock
You can google the commands above to check the authenticity of my answer. Hope this helps. ๐