You are not logged in.
I want to setting some behavior to my built in laptop touchpad with xorg.conf file, however my usb plugged mouse also got affected by that setting (which I didn't want).
Section "InputClass"
Identifier "system-touchpad"
Option "Tapping" "1"
Option "NaturalScrolling" "1"
EndSectionHow can I set that setting only to my built in touchpad?
Last edited by kocheng (2023-01-14 05:36:44)
Sorry if my English is bad.
Oh, and PLEASE remind me if I had accidentally post something sensitive...
Offline
I use
MatchIsTouchpad "on"to pick up the touchpad but not USB mice or trackpoint. However, it will depend on which driver you're using. This line will work for libinput.
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Thanks, it worked ![]()
Sorry if my English is bad.
Oh, and PLEASE remind me if I had accidentally post something sensitive...
Offline