blob: b5d44243d89d20939bfd8fd71b0e7f0f15fe2883 (
plain)
1
2
3
4
5
6
7
|
# check ~/.local/share/xorg/Xorg.0.log for device name
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
Option "Tapping" "on"
Option "NaturalScrolling" "on"
EndSection
|