Skip to content

Commit b05bfd3

Browse files
committed
updated config for touchpad
1 parent 8207cfa commit b05bfd3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/blog.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ <h3>Step 8: Input Config</h3>
354354
<ul>
355355
<li>Natural Scrolling</li>
356356
<li>Clickfinger (to make all areas on touchpad clickable)</li>
357+
<li>Tapping</li>
357358
<li>Custom AccelProfile</li>
358359
</ul>
359360
<p>Copy of <code>40-libinput.conf</code>:</p>
@@ -363,8 +364,11 @@ <h3>Step 8: Input Config</h3>
363364
MatchIsTouchpad "on"
364365
Option "NaturalScrolling" "true"
365366
Option "ClickMethod" "clickfinger"
366-
Option "AccelProfile" "custom"
367367
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"
368372
EndSection</code></pre>
369373
<p>For the keyboard, simply enable swapping the caps lock and escape.</p>
370374
<p>Copy of <code>00-keyboard.conf</code>:</p>

0 commit comments

Comments
 (0)