gnome设置触摸板点击、自然滚动


在使用gnome桌面时,有些触摸板时可能会无法设置touchPad,可以通过xf86-input-synaptics进行手动设置

## 安装驱动 
sudo pacman -S xf86-input-synaptics

## 手动设置

# 点击功能

synclient TapButton1=1 TapButton2=3 TapButton3=2

# 自然滚动
synclient VertScrollDelta=-111 HorizScrollDelta=-111