Created
September 13, 2018 07:13
-
-
Save bitnot/9678f0975b5c0936fafa33312a3f2505 to your computer and use it in GitHub Desktop.
Restart DisplayLink to unfreeze monitors on Mac
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
ps -A | grep [D]isplayLink | awk '{print $1}' | xargs sudo kill -9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment