[xorg] Add touchpad configuration

This commit is contained in:
seajee
2025-05-31 22:13:30 +02:00
parent 057688159c
commit 8e10367a43

9
xorg/00-touchpad.conf Normal file
View File

@@ -0,0 +1,9 @@
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "Tapping" "on"
Option "TappingButtonMap" "lrm"
Option "NaturalScrolling" "off"
Option "ScrollMethod" "twofinger"
EndSection