Skip to content

Instantly share code, notes, and snippets.

@vietstone-ng
Forked from jthodge/universal-switcher
Created May 3, 2024 15:50
Show Gist options
  • Save vietstone-ng/8b7f8b26f61219ceedef0d7963be0728 to your computer and use it in GitHub Desktop.
Save vietstone-ng/8b7f8b26f61219ceedef0d7963be0728 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
@vietstone-ng
Copy link
Author

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