mbp-manjaro/community/lxqt/desktop-overlay/etc/X11/xorg.conf.d/50-synaptics.conf

9 lines
241 B
Plaintext
Raw Normal View History

2018-07-13 07:11:18 -04:00
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
EndSection