Skip to content

Instantly share code, notes, and snippets.

@virtualstaticvoid
Created February 29, 2012 13:46
Show Gist options
  • Select an option

  • Save virtualstaticvoid/1940949 to your computer and use it in GitHub Desktop.

Select an option

Save virtualstaticvoid/1940949 to your computer and use it in GitHub Desktop.
Ubuntu 11+ - Reset mouse (if frozen)
#!/bin/bash
sudo rmmod psmouse && sudo modprobe psmouse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment