Skip to content

Instantly share code, notes, and snippets.

@kakkun61
Created July 3, 2011 12:51
Show Gist options
  • Save kakkun61/1062212 to your computer and use it in GitHub Desktop.
Save kakkun61/1062212 to your computer and use it in GitHub Desktop.
#!/bin/bash
# /etc/pm/sleep.d/10_touch-pad-off
# うまくいかんねー
case "$1" in
hibernate|suspend)
# nothing
;;
resume|thaw)
tpoff
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment