[go: nahoru, domu]

Skip to content

Commit

Permalink
Update xinitrc wrapper to set trackpad sensitivity for the Pixelbook
Browse files Browse the repository at this point in the history
  • Loading branch information
brannon committed Dec 30, 2017
1 parent 99877ea commit 2943ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chroot-bin/croutonxinitrc-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ if [ "$xmethodtype" != "xiwi" ]; then
fi
# Other special cases
case "`awk -F= '/_RELEASE_BOARD=/{print $2}' '/var/host/lsb-release'`" in
butterfly*|falco*)
butterfly*|eve*|falco*)
SYNCLIENT="FingerLow=1 FingerHigh=5 $SYNCLIENT";;
parrot*|peppy*|wolf*)
SYNCLIENT="FingerLow=5 FingerHigh=10 $SYNCLIENT";;
Expand Down

0 comments on commit 2943ae8

Please sign in to comment.