scroll-emulation VS libinput-disable-on-click-scrolling

Compare scroll-emulation vs libinput-disable-on-click-scrolling and see what are their differences.

scroll-emulation

Middle button scrolling emulation for Wayland (tested on GNOME Wayland) (by PeterCxy)

libinput-disable-on-click-scrolling

force libinput to disable track piont scrolling when holding down the middle mouse button (by PatPennell)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
scroll-emulation libinput-disable-on-click-scrolling
4 1
24 1
- -
0.0 0.0
about 2 years ago over 4 years ago
C C
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

scroll-emulation

Posts with mentions or reviews of scroll-emulation. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-05.
  • Mouse button pressed in scroll keybind
    1 project | /r/archlinux | 30 Nov 2021
    I’m not sure of the proper way to do it in KDE Wayland, but I’ve resorted to a hack to make it work in GNOME Wayland (and it works in KDE too).
  • click and drag scrolling
    1 project | /r/gnome | 7 Sep 2021
    Hey OP, as you found out you need button scrolling in libinput for it to make it work on Wayland, for mice the option is present but not enabled by default (as it is for trackpoints). However GNOME doesn't expose this option in their settings, so I resorted to a hack to make it work in the meantime GNOME developers implement it. Here's a fully detailed answer I wrote a few days ago. I personally tested this and it works as you'd expect.
  • Could it be possible to use auto scroll in whole Linux system?
    3 projects | /r/linuxquestions | 5 Sep 2021
    If you are doing this on Wayland and want to enable this on middle click press use force right-click-scroll, and change the 17 line from button 273 to 1, like so: libinput_device_config_scroll_set_button(device, 1);

libinput-disable-on-click-scrolling

Posts with mentions or reviews of libinput-disable-on-click-scrolling. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-05.
  • Could it be possible to use auto scroll in whole Linux system?
    3 projects | /r/linuxquestions | 5 Sep 2021
    I have a trackpoint that has this option enabled by default on middle-button scroll. I prefered that my middle-button just used POINTER_MOTION events instead, but my compositor doesn't expose this option on their settings app. On Gnome Xorg I could just disable this method via xorg config files but in Gnome Wayland I resorted to a 4-year-old temporary hack, inspired by the original to force middle-button scroll. It worked for me on Ubuntu Gnome Wayland 3.38, but for Arch Gnome 40 I had to also do this.