-
-
Save jthodge/c4ba15a78fb29671dfa072fe279355f0 to your computer and use it in GitHub Desktop.
defaults write com.apple.Dock appswitcher-all-displays -bool true | |
killall Dock |
Works for me on M1 Macbook Air 12.3 Monterey. No fix was needed.
Alas, not working for me on a M1 Max MacBook Pro running Ventura 13.0.1 - anyone else managed to get this working on Ventura?
defaults write com.apple.dock appswitcher-all-displays -bool true && killall Dock
– works for me on Monterey
Make sure that dock
in com.apple.dock
is LOWERCASE – it didn't work for me with uppercase – probably because my file system is case sensitive.
defaults write com.apple.dock appswitcher-all-displays -bool true && killall Dock
– works for me on MontereyMake sure that
dock
incom.apple.dock
is LOWERCASE – it didn't work for me with uppercase – probably because my file system is case sensitive.
dock
written in lowercase worked for me. Thank you so much
Works for me when dock
written in lower case... thanks all 🙌
Doesn't work on Ventura
defaults write com.apple.dock appswitcher-all-displays -bool true && killall Dock
works for me on Ventura. No reboot needed.
OMG, this is awesome, thank you!
Lowercase dock
from this message finally worked for me on Ventura (Following 1+ years).
Lowercase dock from this message finally worked for me on Ventura
Thanks, lowercase dock
worked for me too! This is the exact command I used:
defaults write com.apple.dock appswitcher-all-displays -bool true; killall Dock;
macOS 13.3.1, M1 Max.
This worked for me. No reboot required. Using an M2 macbook air.
Lowercase dock from this message finally worked for me on Ventura
Thanks, lowercase
dock
worked for me too! This is the exact command I used:
defaults write com.apple.dock appswitcher-all-displays -bool true; killall Dock;
macOS 13.3.1, M1 Max.
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
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
I could not get this working on an M1 MacBook pro 12.4 Monterey, even with a restart. @sanp's fix worked for me. Thank you!