Skip to content

Instantly share code, notes, and snippets.

@saniyathossain
Created March 25, 2020 10:50
Show Gist options
  • Save saniyathossain/4e4e2b6ee9576e3b2205fdb382f02b42 to your computer and use it in GitHub Desktop.
Save saniyathossain/4e4e2b6ee9576e3b2205fdb382f02b42 to your computer and use it in GitHub Desktop.
KDE Touchpad Restore Tap On Cick
// https://askubuntu.com/questions/1179275/enable-tap-to-click-kubuntu
// https://askubuntu.com/questions/949527/restore-tap-to-click-in-ubuntu-16-04-on-dell-xps-13
After some additional searching I found the solution to my problem here
I had to add Option "Tapping" "True" to the entry MatchIsTouchpad in the file /usr/share/X11/xorg.conf.d/40-libinput.conf. The exact name of the file might be different for other people.
You need to be root to edit the file!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment