Skip to content

Instantly share code, notes, and snippets.

@ehsansabet
Created December 31, 2020 07:48
Show Gist options
  • Save ehsansabet/ec8825663e92b6c6ca0646495a2a3f53 to your computer and use it in GitHub Desktop.
Save ehsansabet/ec8825663e92b6c6ca0646495a2a3f53 to your computer and use it in GitHub Desktop.
Enable touchpad click
// 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