Files
dotfiles/xorg/00-touchpad.conf
2025-05-31 22:13:30 +02:00

10 lines
241 B
Plaintext

Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "Tapping" "on"
Option "TappingButtonMap" "lrm"
Option "NaturalScrolling" "off"
Option "ScrollMethod" "twofinger"
EndSection