This should enable tap to click and edge scrolling
This commit is contained in:
parent
fd756f7cb1
commit
8c0de3df2f
7
arch-config/etc/X11/xorg.conf.d/30-touchpad.conf
Normal file
7
arch-config/etc/X11/xorg.conf.d/30-touchpad.conf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Section "InputClass"
|
||||||
|
Identifier "touchpad"
|
||||||
|
Driver "libinput"
|
||||||
|
MatchIsTouchpad "on"
|
||||||
|
Option "Tapping" "on"
|
||||||
|
Option "ScrollMethod" "edge
|
||||||
|
EndSection
|
Loading…
Reference in New Issue
Block a user