关闭触控板:
$ xinput set-prop $(xinput list | grep -i touchpad | cut -f 2 | grep --color=never -oE '[[:d igit:]]+') \"Device Enabled\" 0
###//// 把0 改成1 就是再打开
---How to disable/Enable enable touchpad
最新推荐文章于 2023-03-02 01:15:44 发布
关闭触控板:
$ xinput set-prop $(xinput list | grep -i touchpad | cut -f 2 | grep --color=never -oE '[[:d igit:]]+') \"Device Enabled\" 0
###//// 把0 改成1 就是再打开