l4l / yofi

yofi is a minimalistic menu for wayland
https://crates.io/crates/yofi
MIT License
376 stars 21 forks source link

Config for autoscrolling #163

Open Mr-FuzzyPenguin opened 5 months ago

Mr-FuzzyPenguin commented 5 months ago

Hello, I would like to know how to add a line in the config (if it's implemented) where if you press the down arrow, and you hold it, the lines will scroll. Also, I saw in one of the other issues that mouse-scrolling was implemented in a different branch, but it seems it still has not been merged onto master. I am also not sure if yofi is still active.

(Edit: Add "feature request" tag onto this Issue)

l4l commented 5 months ago

The project is still maintained, though new features haven't been appeared for some time.

how to add a line in the config (if it's implemented) where if you press the down arrow, and you hold it, the lines will scroll

There's no such parameter, patch is welcome, yet I'd prefer discussing the naming first.

mouse-scrolling was implemented in a different branch, but it seems it still has not been merged onto master

Not really, at least I don't remember one completed. There's wip-mouse-support but it's fairly outdated and doesn't do much in fact.

Mr-FuzzyPenguin commented 5 months ago

I think the parameter should be named autoscroll. I'd like to help, but I unfortunately don't quite know Rust, so I cannot help with creating a patch. Also, I did see wip-mouse-support, and I saw from a different issue (Issue #102) which was discussed, but I don't know if it was completed yet. It does look outdated as I see that it is quite far behind main branch.