Skip to content

Instantly share code, notes, and snippets.

@bitnot
Created September 13, 2018 07:13
Show Gist options
  • Save bitnot/9678f0975b5c0936fafa33312a3f2505 to your computer and use it in GitHub Desktop.
Save bitnot/9678f0975b5c0936fafa33312a3f2505 to your computer and use it in GitHub Desktop.
Restart DisplayLink to unfreeze monitors on Mac
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