-
-
Save jthodge/c4ba15a78fb29671dfa072fe279355f0 to your computer and use it in GitHub Desktop.
defaults write com.apple.Dock appswitcher-all-displays -bool true | |
killall Dock |
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
Lowercase
dock
from this message finally worked for me on Ventura (Following 1+ years).https://gist.github.com/jthodge/c4ba15a78fb29671dfa072fe279355f0?permalink_comment_id=4378478#gistcomment-4378478