# créer mkdir /etc/X11/xorg.conf.d # Puis créer: nano /etc/X11/xorg.conf.d/40-libinput.conf # copier coller dans 40-libinput.conf : Section "InputClass" Identifier "libinput touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "libinput" Option "Tapping" "on" EndSection