You are not logged in.
Pages: 1
Had to reinstall my system today. I remember having to add a file to get tapping, tap drag and reverse scroll to work. I can;t get tapping or tapdrag to work but for some reason i got the reverse scroll direction to work. I followed this guide: https://linuxhint.com/change_mouse_touc … put_linux/
I've read through the wiki, I can't get it to work. Help? lol Thanks in advance.
output of "xinput --list-props 11" :
xinput --list-props 11
Device 'Synaptics TM3096-006':
Device Enabled (154): 1
Coordinate Transformation Matrix (156): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Tapping Enabled (291): 0
libinput Tapping Enabled Default (292): 0
libinput Tapping Drag Enabled (293): 1
libinput Tapping Drag Enabled Default (294): 1
libinput Tapping Drag Lock Enabled (295): 0
libinput Tapping Drag Lock Enabled Default (296): 0
libinput Tapping Button Mapping Enabled (297): 1, 0
libinput Tapping Button Mapping Default (298): 1, 0
libinput Natural Scrolling Enabled (299): 1
libinput Natural Scrolling Enabled Default (300): 0
contents of /etc/X11/xorg.conf.d/99-libinput.conf:
Section "InputClass"
Identifier "Dell Mouse"
MatchProduct "Synaptics TM3096-006"
Option "NaturalScrolling" "true"
EndSection
Section "InputClass"
Identifier "Dell Mouse"
MatchProduct "Synaptics TM3096-006"
Option "Tapping Enabled" "true"
EndSection
Section "InputClass"
Identifier "Dell Mouse"
MatchProduct "Synaptics TM3096-006"
Option "Tapping Drag Enabled" "true"
EndSection
Offline
See https://man.archlinux.org/man/extra/xf8 … input.4.en - "lol", I guess
Option "Tapping" "True"and
Option "TappingDrag" "True"Section "InputClass"
Identifier "Dell Mouse"
MatchProduct "Synaptics TM3096-006"
Option "NaturalScrolling" "True"
Option "Tapping" "True"
Option "TappingDrag" "True"
EndSectionAlso please remember to use code tags when appropriate, https://bbs.archlinux.org/help.php#bbcode
Offline
HOT DAMN! it worked LOL thanks. You have no idea how much i've learned just by using arch and doing everything myself (along with help from folks like you). IDK why I didnt't stumble on that url while looking through the wiki. IDK. But it worked. Thanks a lot. Spent hours tryig to figure that out smh. doh.
Last edited by define_logic (2021-07-11 16:07:48)
Offline
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Pages: 1