您的位置:首页 > 运维架构 > Linux

GNOME下触摸板设置

2017-08-18 10:08 148 查看
触摸板因为一直不能轻触很难受,查了一下。

https://wiki.archlinux.org/index.php/Libinput

Touchpad not working in GNOME

Ensure the touchpad events are being sent to the GNOME desktop by running the following command:

$ gsettings set org.gnome.desktop.peripherals.touchpad send-events enabled

Additionally, GNOME may override certain behaviors, like turning off Tapping and forcing Natural Scrolling. In this case the settings must be adapted using GNOMEs gsettings command line tool or a graphical frontend of your choice. For example if you wish to enable Tapping and disable Natural Scrolling for your user, adjust the touchpad key-values like the following:

$ gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true

$ gsettings set org.gnome.desktop.peripherals.touchpad natural-scroll false

(作为参考,这里笔者只修改了tap-to-click属性)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  archlinux