Skip to content

Instantly share code, notes, and snippets.

@jthodge
Created September 6, 2020 22:07
Show Gist options
  • Save jthodge/c4ba15a78fb29671dfa072fe279355f0 to your computer and use it in GitHub Desktop.
Save jthodge/c4ba15a78fb29671dfa072fe279355f0 to your computer and use it in GitHub Desktop.
Show macOS app switcher across all monitors
defaults write com.apple.Dock appswitcher-all-displays -bool true
killall Dock
@pmbuko
Copy link

pmbuko commented Jan 23, 2023

defaults write com.apple.dock appswitcher-all-displays -bool true && killall Dock works for me on Ventura. No reboot needed.

@cheerfulstoic
Copy link

OMG, this is awesome, thank you!

@tomfuertes
Copy link

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

@nadimkobeissi
Copy link

@tomfuertes

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.

@BShowen
Copy link

BShowen commented Jun 29, 2023

@alinoz
Copy link

alinoz commented Nov 24, 2023

@tomfuertes

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

@vietstone-ng
Copy link

Maybe the dock in com.apple.dock should be lowercase

defaults write com.apple.dock appswitcher-all-displays -bool true
killall Dock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment