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
@infuerno
Copy link

infuerno commented Sep 6, 2024

+1 lowercase com.apple.dock version working without reboot
macOS Sonoma 14.16.1, M3 Pro

@mattorb
Copy link

mattorb commented Nov 6, 2024

✔️ works here Sequoia 15.1

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