dotfiles/etc/X11/xorg.conf.d/70-synaptics.conf

12 lines
244 B
Text
Raw Normal View History

2020-11-29 19:28:25 +01:00
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertTwoFingerScroll" "on"
Option "HorizTwoFingerScroll" "on"
EndSection