Show macOS app switcher on all screens
To show the macOS app switcher on all screens:
defaults write com.apple.dock appswitcher-all-displays -bool true
To see the change, restart the Dock with killall Dock
.
To show the macOS app switcher on all screens:
defaults write com.apple.dock appswitcher-all-displays -bool true
To see the change, restart the Dock with killall Dock
.