Created
December 31, 2020 07:48
-
-
Save ehsansabet/ec8825663e92b6c6ca0646495a2a3f53 to your computer and use it in GitHub Desktop.
Enable touchpad click
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
// Get input list | |
$ xinput | |
// Choose tochpad input name or id (id maybe change after reboot) | |
// For example: ELAN1300:00 04F3:3057 Touchpad id=14 | |
$ xinput list-props "ELAN1300:00 04F3:3057 Touchpad" | |
// Enable tapping | |
$ xinput set-prop "ELAN1300:00 04F3:3057 Touchpad" "libinput Tapping Enabled" 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment