-
Star
(103)
You must be signed in to star a gist -
Fork
(10)
You must be signed in to fork a gist
-
-
Save jthodge/c4ba15a78fb29671dfa072fe279355f0 to your computer and use it in GitHub Desktop.
| defaults write com.apple.Dock appswitcher-all-displays -bool true | |
| killall Dock |
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
dockworked 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
Worked on Sequoia 15.0.1 after restarting. Thanks!
defaults write com.apple.dock appswitcher-all-displays -bool true && killall Dockworks for me on Ventura. No reboot needed.