Skip to content

Instantly share code, notes, and snippets.

@webrgp
Created October 7, 2021 14:23
Show Gist options
  • Save webrgp/2cbfcf62240df831489b5c048b311b87 to your computer and use it in GitHub Desktop.
Save webrgp/2cbfcf62240df831489b5c048b311b87 to your computer and use it in GitHub Desktop.
Show macOS app switcher across all monitors
# To enable
defaults write com.apple.Dock appswitcher-all-displays -bool true
killall Dock
# To revert
defaults write com.apple.Dock appswitcher-all-displays -bool false
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment