Skip to content

Instantly share code, notes, and snippets.

@Hi-Angel
Created April 28, 2020 16:11
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 Hi-Angel/a006d50d9a2191e8c4abd19b76994810 to your computer and use it in GitHub Desktop.
Save Hi-Angel/a006d50d9a2191e8c4abd19b76994810 to your computer and use it in GitHub Desktop.
/etc/systemd/system/disable-touchpad-pm.service
# disables Acer aspire v3 572g touchpad PM to work around input delays
[Service]
Type=oneshot
ExecStart=sh -c "echo on > /sys/bus/i2c/devices/i2c-0/device/power/control"
RemainAfterExit=true
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment