mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 18:55:40 +07:00
11 lines
254 B
Plaintext
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
|