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

Nix / NixOS

1630 readers
2 users here now

Main links

Videos

founded 1 year ago
MODERATORS
 

I'm using Nixos 24.05 on my asus zenbook 14 and the scroll speed of the touchpad is rather high.

Is there any way to adjust it from the config? I don't see an option in gnome/wayland

all 8 comments
sorted by: hot top controversial new old
[–] gramgan@lemmy.ml 1 points 1 month ago (1 children)

To my knowledge, that is controlled by your window manager/DE.

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

Seems like it. But gnome does not seem to expose this in their settings. I think it should be configurable via libinput, but didn't find the right config yet.

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

At the moment, I'm using some changes in firefox to make it mostly usable there. Other applications are still usable, but in firefox the scrolling was too fast.

Here are my changes in about:config:

[–] letThemPlay@lemmy.one 1 points 1 month ago

I think you would need something like this

services.libinput.touchpad.additionalOptions = '' Option "ScrollPixelDistance" "YOUR_SPEED" ''

https://man.archlinux.org/man/libinput.4#SCROLL_PIXEL_DISTANCE

I think this should work with touchpad as well but I havent tried it personally.

[–] paperd@lemmy.zip 1 points 1 month ago (1 children)
services.libinput.touchpad.accelSpeed
```
[–] NationProtons@sh.itjust.works 2 points 1 month ago (1 children)

This would change the acceleration profile of the cursor movement, not the scroll speed right?

[–] paperd@lemmy.zip 1 points 1 month ago

ah sorry, I misunderstood the question.