this post was submitted on 05 Aug 2024
14 points (100.0% liked)

Linux

2278 readers
1 users here now

Shit, just linux.

Use this community for anything related to linux for now, if it gets too huge maybe there will be some sort of meme/gaming/shitpost spinoff. Currently though… go nuts

founded 1 year ago
MODERATORS
 

I recently bought an asus zenbook 14 (AMD version) and the scroll speed of the touch pad is quite fast.

Does anybody know how to change this?

I'm using Nixos 24.05, Gnome/Wayland

you are viewing a single comment's thread
view the rest of the comments
[–] NationProtons@sh.itjust.works 1 points 1 month ago (1 children)

Yeah, seems like it. I was hoping I could configure the touchpad via xinput or libinput. But I didn't find anything yet that works for this laptop.

[–] Max_P@lemmy.max-p.me 2 points 1 month ago (1 children)

You can't configure it but there's patches around where you can hardcode a modifier with very minor side effects.

The thing with Wayland, and things like libinput, is that it wants to give the compositor a lot of power and hopefully enable more things, so there's not one implementation like Xorg that you're just stuck with what it provides. The compositor knows more about what's going on, and the application even more so. So in theory you can have all sorts of inertia curves. But in the meantime we have this silly situation, where you can't even adjust it at all.

[–] NationProtons@sh.itjust.works 1 points 1 month ago (1 children)

Yeah, it’s a weird situation. Any idea where I can find these patches or what terms I soils search for to find them myself?