First draft of the installation script

This commit is contained in:
TuDatTr
2020-05-23 15:00:17 +02:00
parent e6ec25f60d
commit c6fd8e754f
7 changed files with 215 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "ClickMethod" "clickfinger"
Option "NaturalScrolling" "true"
EndSection