Comment 2 for bug 1469402

Revision history for this message
magnus (magnus-ornebring) wrote :

Ok, managed to fix it by adding a script /etc/pm/sleep.d/10_touchpad

#!/bin/sh
case "${1}" in
    resume|thaw)
  synclient TouchPadOff=0
  ;;
esac