You are not logged in.

#1 2023-01-14 03:40:59

kocheng
Member
Registered: 2022-10-22
Posts: 22

[SOLVED]Mouse got affected by xorg.conf setting

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"
EndSection

How 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

#2 2023-01-14 04:13:00

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,178

Re: [SOLVED]Mouse got affected by xorg.conf setting

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

#3 2023-01-14 05:36:23

kocheng
Member
Registered: 2022-10-22
Posts: 22

Re: [SOLVED]Mouse got affected by xorg.conf setting

Thanks, it worked big_smile


Sorry if my English is bad.
Oh, and PLEASE remind me if I had accidentally post something sensitive...

Offline

Board footer

Powered by FluxBB