Hello everyone: I need configure one finger scroll at edges on my laptop. How i can do. The two finger scroll is too complex, 50% of times make zoom and i lost more time makng zoom out. Best regards, merry christmas and happy new year. Christian
Here is a read on configuring Libinput: https://wiki.archlinux.org/title/libinput
You can probably do a catchall on all touchpads if thats your preferred method scrolling method
The option you want to put into your libinput touchpad config is: Option "ScrollMethod" "edge"
Thanks Jacob: Finally i use the command
# xinput list SynPS/2 Synaptics TouchPad id=10 [slave pointer (2)]
# xinput list-props 10 |grep -i "scroll" libinput Scroll Method Enabled (323): 0, 1, 0
# xinput set-prop 10 323 0 1 0
The touch does not allow 1 1 0, only one method is allowed. I dont found any doc about what mean each number.
For the next boot i use .xinitrc and add the line # xinput set-prop 10 323 0 1 0
Now the next fight is FN key inverted (to get the F1..F10 keys by default) Again thanks and merry xmas and happy new year. Christian
On Wednesday 27 December 2023 19:40:10 jacobheinrich--- via tde-users wrote:
Here is a read on configuring Libinput: https://wiki.archlinux.org/title/libinput
You can probably do a catchall on all touchpads if thats your preferred method scrolling method
The option you want to put into your libinput touchpad config is: Option "ScrollMethod" "edge" ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskt op.org
For permanent settings its best to use the libinput config files rather than xinput. Then you dont need to edit your .xinitrc. I only use xinput for temporary settings, and do catch all devices in my config files for things that i want permanent.
But if you like it that way and its working, have a good one!