Last active
November 30, 2019 00:14
-
-
Save cybic/0cf71cda1dd9c160461018b1efc4ca70 to your computer and use it in GitHub Desktop.
Additional button in collapsed control strip (touch bar)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add a button to the collapsed control strip part on the Apple MBP Touch Bar. The media button occationally added by itunes | |
# will be displaced. | |
defaults write com.apple.controlstrip MiniCustomized -array-add com.apple.system.notification-center | |
killall Controlstrip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
killall ControlStrip
is working on Catalina