-
-
Save jthodge/c4ba15a78fb29671dfa072fe279355f0 to your computer and use it in GitHub Desktop.
defaults write com.apple.Dock appswitcher-all-displays -bool true | |
killall Dock |
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
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.