Skip to content

Instantly share code, notes, and snippets.

@stoph
Created November 29, 2023 15:53
Show Gist options
  • Save stoph/7bb7fe09c85ec1fac58b34c7dfc1ea1b to your computer and use it in GitHub Desktop.
Save stoph/7bb7fe09c85ec1fac58b34c7dfc1ea1b to your computer and use it in GitHub Desktop.
Show Mac App Switcher on all screens
# Enable
defaults write com.apple.dock appswitcher-all-displays -bool true; killall Dock;
# Revert
defaults delete com.apple.Dock appswitcher-all-displays; killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment