Skip to content

Instantly share code, notes, and snippets.

@maurobaraldi
Last active August 29, 2015 13:58
Show Gist options
  • Save maurobaraldi/9941844 to your computer and use it in GitHub Desktop.
Save maurobaraldi/9941844 to your computer and use it in GitHub Desktop.
Restore Mouse Settings
sudo modprobe -r psmouse # remove mouse settings
sudo modprobe psmouse # re-add mouse settings
xinput # List touchpad devices
sudo xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Device Enabled" 8 0 # Deactivate mouse settings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment