Skip to content

Instantly share code, notes, and snippets.

@Gen2ly
Created May 31, 2012 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gen2ly/2845087 to your computer and use it in GitHub Desktop.
Save Gen2ly/2845087 to your computer and use it in GitHub Desktop.
Switch touchpad/mouse buttons then back again to fix missing trackpad button presses bug
#!/bin/sh
# Switch touchpad/mouse buttons then back again to fix
# missing touchpad button presses bug
case "$1" in
resume | thaw )
export DISPLAY=:0
su -c - todd /home/todd/.scripts/bugfixes/touchpad-button-fix
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment