Created
February 24, 2015 09:41
-
-
Save chase/0282c70143388144b2b4 to your computer and use it in GitHub Desktop.
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
[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