Created
April 28, 2020 16:11
-
-
Save Hi-Angel/a006d50d9a2191e8c4abd19b76994810 to your computer and use it in GitHub Desktop.
/etc/systemd/system/disable-touchpad-pm.service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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