【发布时间】:2020-11-09 10:24:22
【问题描述】:
当我在 Dell Vostro 5590 上登录 Archlinux 时,如果我想用触摸板“点击”某些东西,我必须按下触摸板,因为点击它是不够的,因为我想要它成为。
运行以下
xinput set-prop 11 "libinput Tapping Enabled" 1
正确启用我想要的行为。 (我通过检查xinput list 的输出和通过检查xinput list-props 11 的输出得到那个字符串。)
但是,此设置更改不会在注销/重新启动后继续存在。
我的理解是我应该跑
xinput set-prop 11 "libinput Tapping Enabled Default" 1
但这会出现以下错误
X Error of failed request: BadAccess (attempt to access private resource denied)
Major opcode of failed request: 131 (XInputExtension)
Minor opcode of failed request: 57 ()
Serial number of failed request: 21
Current serial number in output stream: 22
我知道我可以在启动 WM 之前将非Default 命令放入我的~/.xinit,但我认为这不是一个干净的解决方案。
【问题讨论】: