# Copyright 2021 The Chromium OS Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# Setting 'Tap Minimum Pressure' default to 1 resolves an issue where most | |
# touchpads would have a delay in starting movement. | |
Section "InputClass" | |
Identifier "CMT input device" | |
MatchIsTouchpad "on" | |
MatchDevicePath "/dev/input/event*" | |
Option "Tap Minimum Pressure" "1" | |
EndSection |