Skip to content

Instantly share code, notes, and snippets.

@ihsansatriawan
Created July 21, 2017 22:50
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 ihsansatriawan/7b2258e3d35ca52eff1244be23fe4fe5 to your computer and use it in GitHub Desktop.
Save ihsansatriawan/7b2258e3d35ca52eff1244be23fe4fe5 to your computer and use it in GitHub Desktop.
xinput list //find your id touchpad
xinput list-props 13 //In my case, 13 is my toucpad id
//find your id properties, like :
libinput Tapping Enabled (290): 0
xinput set-prop 13 290 1 //make tapping enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment