📅  最后修改于: 2022-03-11 14:49:32.202000             🧑  作者: Mango
#Disable/Enable via Xinput:
#Find your trackpad ID with the following command:
xinput --list
#Once you have your device ID—I'll call it 12 for this example—try disabling and enabling the device with:
xinput --disable 12
xinput --enable 12