6
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 25 Jul 2023
6 points (100.0% liked)
Apple
4 readers
1 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 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. ๐