File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,7 @@ <h3>Step 8: Input Config</h3>
354
354
< ul >
355
355
< li > Natural Scrolling</ li >
356
356
< li > Clickfinger (to make all areas on touchpad clickable)</ li >
357
+ < li > Tapping</ li >
357
358
< li > Custom AccelProfile</ li >
358
359
</ ul >
359
360
< p > Copy of < code > 40-libinput.conf</ code > :</ p >
@@ -363,8 +364,11 @@ <h3>Step 8: Input Config</h3>
363
364
MatchIsTouchpad "on"
364
365
Option "NaturalScrolling" "true"
365
366
Option "ClickMethod" "clickfinger"
366
- Option "AccelProfile" "custom"
367
367
Option "tapping" "on"
368
+ Option "AccelProfile" "custom"
369
+ Option "AccelPointsMotion" "0.0 1.0 3.5 6.5 10.0"
370
+ Option "AccelStepMotion" "3.0"
371
+ Option "ScrollPixelDistance" "50"
368
372
EndSection</ code > </ pre >
369
373
< p > For the keyboard, simply enable swapping the caps lock and escape.</ p >
370
374
< p > Copy of < code > 00-keyboard.conf</ code > :</ p >
You can’t perform that action at this time.
0 commit comments