#!/linuxSucks/X11 Libinput touchpad

Jan 20, 2020

Libinput is a library to handle input devices in Wayland compositors and to provide a generic X.Org input driver. It provides device detection, device handling, input device event processing and abstraction so minimize the amount of custom input code compositors need to provide the common set of functionality that users expect.

A basic configuration should have the following structure:

Section "InputClass"
    Identifier "devname"
    Driver "libinput"
    Option "Tapping" "false"
    Option "ClickMethod" "clickfinger"
    Option "NaturalScrolling" "true"
EndSection

Some options

Edit the file

The file is located in the path below. Change vim for you prefer text editor.

sudo vim /etc/X11/xorg.conf.d/30-touchpad.conf

After edit the system must be reboot.

Home  Linux  Notes  Blog Spot