emreyolcu / discrete-scroll

Fix for macOS's unnecessary scroll wheel acceleration
MIT License
823 stars 83 forks source link

Add customisation point for number of lines scrolled #19

Closed tpgillam closed 3 years ago

tpgillam commented 3 years ago

Firstly, thank you for this amazingly useful utility!

I find myself wanting to customise the number of lines that are scrolled at once (3 being a little too small for most applications for me). I see it's currently #defined at the top of the file; maybe it could be (optionally) read from the command line? [Or even a configuration file, but that might be overkill]

emreyolcu commented 3 years ago

I like keeping it minimal and completely out of sight, but here is a configurable menu bar version by @gavinlynch: https://github.com/gavinlynch/scroll-sanity

tpgillam commented 3 years ago

Fair enough; thanks for the recommendation!