From: Oleg Broytman Date: Sun, 26 Apr 2020 00:11:24 +0000 (+0300) Subject: Fix(.xinitrc): Fix vertical scrolling with touchpad X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=1b1714ee9ff670ba67359a4239c9393d3ac591cc Fix(.xinitrc): Fix vertical scrolling with touchpad --- diff --git a/.xinitrc b/.xinitrc index c0825af..97c72d0 100644 --- a/.xinitrc +++ b/.xinitrc @@ -67,7 +67,7 @@ xscreensaver & xbindkeys xxkb & -synclient AccelFactor=0.1 MaxDoubleTapTime=80 MaxSpeed=1 RightEdge=5000 \ +synclient AccelFactor=0.1 MaxDoubleTapTime=80 MaxSpeed=1 RightEdge=3350 \ TapButton1=1 TapButton2=2 TapButton3=3 HorizEdgeScroll=1 VertEdgeScroll=1 # Turn mouse off on keyboard activity; turn it back on after 1 second