Created
September 6, 2020 22:07
-
-
Save jthodge/c4ba15a78fb29671dfa072fe279355f0 to your computer and use it in GitHub Desktop.
Show macOS app switcher across all monitors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.apple.Dock appswitcher-all-displays -bool true | |
killall Dock |
Maybe the dock
in com.apple.dock
should be lowercase
defaults write com.apple.dock appswitcher-all-displays -bool true
killall Dock
+1 lowercase com.apple.dock
version working without reboot
macOS Sonoma 14.16.1, M3 Pro
✔️ works here Sequoia 15.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This worked for me - no reboot required
Sonoma 14.1.1, M2 Max 14"
thanks so much for everyone involved in the solution, very much appreciated