特征称为“滑行速度”。要禁用它,您可以使用:
xinput --set-prop --type=float "<your device>" "Synaptics Coasting Speed" 0 0
列出您可以使用的设备:
xinput list
替代变体(用于触摸板)是synclient
选项(其中有 3 个):
CornerCoasting = 0
CoastingSpeed = 0
CoastingFriction = 0
Run Code Online (Sandbox Code Playgroud)