Files
omarchycn/install/config/hardware/fix-synaptic-touchpad.sh
T

7 lines
211 B
Bash

# Enable Synaptics InterTouch for confirmed touchpads if not already loaded
if grep -qi synaptics /proc/bus/input/devices \
&& ! lsmod | grep -q '^psmouse'; then
modprobe psmouse synaptics_intertouch=1
fi