有些桌面环境比如KDE没有提供禁用触摸屏的选项。不过可以通过修改配置文件来禁用触摸屏。
编辑/usr/share/X11/xorg.conf.d/40-libinput.conf
,找到touchscreen
这项:
Section "InputClass" |
加上Option "Ignore" "on"
:
Section "InputClass" |
然后重启即可。
有些桌面环境比如KDE没有提供禁用触摸屏的选项。不过可以通过修改配置文件来禁用触摸屏。
编辑/usr/share/X11/xorg.conf.d/40-libinput.conf
,找到touchscreen
这项:
Section "InputClass" |
加上Option "Ignore" "on"
:
Section "InputClass" |
然后重启即可。
Except as otherwise noted, this blog is licensed under CC BY-SA 4.0 License.
©2021-
searchstar
|
pv
|
uv
Theme Tree
by Wu Jun
Powered by Hexo