1
0
mirror of https://gitlab.com/dbrw/ansible-setup.git synced 2025-08-04 15:35:41 +07:00
ansible-setup/roles/common/files/30-touchpad.conf
2022-06-29 17:19:22 +07:00

11 lines
254 B
Plaintext

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