Skip to content

Instantly share code, notes, and snippets.

@chase
Created February 24, 2015 09:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chase/0282c70143388144b2b4 to your computer and use it in GitHub Desktop.
Save chase/0282c70143388144b2b4 to your computer and use it in GitHub Desktop.
[Unit]
Description=Fix trackpad after resume
After=suspend.target
After=hibernate.target
[Service]
User=%I
Type=simple
Environment=DISPLAY=:0
ExecStart=/usr/bin/xinput -enable bcm5974
[Install]
WantedBy=suspend.target
WantedBy=hibernate.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment