umma.dev

Macbook Control via the Terminal

Note to self: macbook doesn’t need to be restarted to get the audio or touch bar working again.

Restart the Audio

sudo killall coreaudiod

or

ps aux | grep 'coreaudio[d]' | awk '{print $2}' | xargs sudo kill

Restart Touch Bar

sudo pkill TouchBarServer;

sudo killall “ControlStrip”;