Synaptics驱动:xf86-input-synaptics
外接鼠标时禁用触摸板:/etc/udev/rules.d/01-touchpad.rules
1 | ACTION=="add", SUBSYSTEM=="input", KERNEL=="mouse[0-9]", ENV{DISPLAY}=":0.0", ENV{XAUTHORITY}="/home/_username_/.Xauthority", ENV{ID_CLASS}="mouse", RUN+="/usr/bin/synclient TouchpadOff=1" ACTION=="remove", SUBSYSTEM=="input", KERNEL=="mouse[0-9]", ENV{DISPLAY}=":0.0", ENV{XAUTHORITY}="/home/_username_/.Xauthority", ENV{ID_CLASS}="mouse", RUN+="/usr/bin/synclient TouchpadOff=0" |
触摸板高级配置:/etc/X11/xorg.conf.d/50-synaptics.conf
1 | Section "InputClass" |