• How to lower the speed of mouse scrollwheel?

    From Edmund@nomail@hotmail.com to alt.os.linux.mint on Tue Jan 20 12:53:12 2026
    From Newsgroup: alt.os.linux.mint

    How to lower the speed of mouse scrollwheel?
    That and how to adjust the double click time of the scrollwheel?

    Tried imwheel which fucked up my entire computer.
    --
    Once an organization gains any influence, it will be corrupted from both within and without.

    Edmund

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Alan K.@alan@invalid.com to alt.os.linux.mint on Tue Jan 20 07:37:49 2026
    From Newsgroup: alt.os.linux.mint

    On 1/20/26 6:53 AM, Edmund wrote:
    How to lower the speed of mouse scrollwheel?
    That and how to adjust the double click time of the scrollwheel?

    Tried imwheel which fucked up my entire computer.


    I didn't see anything in dconf so I ased copilot. This is the response, and you know
    about imwheel but did you do it right?

    Efu#N+A Practical Ways to Adjust ScrollrCaWheel Speed
    1. Use imwheel (most common and works on almost any mouse)

    imwheel is the classic tool for increasing or decreasing scroll speed. It works on Mint 22
    just as it does on Mint 21.x.

    Install it:
    bash

    sudo apt install imwheel

    Create a config file:
    bash

    nano ~/.imwheelrc

    Add something like:
    Code

    ".*"
    None, Up, Button4, 6
    None, Down, Button5, 6

    Increase the number for faster scrolling; decrease for slower.

    Start it:
    bash

    imwheel -b "4 5"

    This method is widely recommended in Mint communities.


    2. Use imwheel with a GUI

    Some guides show how to pair imwheel with a small GUI helper to make adjustments easier.
    This is also based on the same underlying tool.


    3. Use libinput tweaks (more advanced, more precise)

    If your system uses libinput (Mint 22 does), you can adjust scroll speed by modifying
    libinput settings. This is more common for touchpads but can apply to some mice.

    A typical workflow involves:

    Installing libinput tools:
    bash

    sudo apt install libinput-tools

    Measuring device properties

    Applying a custom scroll factor

    This approach is documented in general Linux scrollrCaspeed guides. https://dev.to/dutchskull/adjusting-scroll-speed-on-linux-a-quick-guide-1767


    4. DesktoprCaenvironmentrCaspecific tools

    Linux Mint Cinnamon does not currently expose scrollrCawheel speed in its GUI settings (a
    longrCastanding complaint in Ubuntu/Mint communities).
    --
    Linux Mint 22.3, Mozilla Thunderbird 140.7.0esr, Mozilla Firefox 147.0
    Alan K.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Edmund@nomail@hotmail.com to alt.os.linux.mint on Tue Jan 20 14:00:04 2026
    From Newsgroup: alt.os.linux.mint

    On 1/20/26 13:37, Alan K. wrote:
    On 1/20/26 6:53 AM, Edmund wrote:
    How to lower the speed of mouse scrollwheel?
    That and how to adjust the double click time of the scrollwheel?

    Tried imwheel which fucked up my entire computer.


    I didn't see anything in dconf so I ased copilot.-a This is the response, and you know about imwheel but did you do it right?

    I used this guide:

    https://search.brave.com/search?q=Linux+mint+how+to+reduce+scrolwheel+speed&summary=1&conversation=08a35a8860cd3ab9fa7d9869b5f72dca863e



    Efu#N+A Practical Ways to Adjust ScrollrCaWheel Speed
    1. Use imwheel (most common and works on almost any mouse)

    imwheel is the classic tool for increasing or decreasing scroll speed.
    It works on Mint 22 just as it does on Mint 21.x.

    -a-a-a Install it:
    -a-a-a bash

    -a-a-a sudo apt install imwheel

    -a-a-a Create a config file:
    -a-a-a bash

    -a-a-a nano ~/.imwheelrc

    -a-a-a Add something like:
    -a-a-a Code

    -a-a-a ".*"
    -a-a-a None,-a-a-a-a-a Up,-a-a Button4, 6
    -a-a-a None,-a-a-a-a-a Down, Button5, 6

    -a-a-a Increase the number for faster scrolling; decrease for slower.

    My guide says the opposite.


    -a-a-a Start it:
    -a-a-a bash

    -a-a-a imwheel -b "4 5"

    This method is widely recommended in Mint communities.


    2. Use imwheel with a GUI

    Some guides show how to pair imwheel with a small GUI helper to make adjustments easier. This is also based on the same underlying tool.


    3. Use libinput tweaks (more advanced, more precise)

    If your system uses libinput (Mint 22 does), you can adjust scroll speed
    by modifying libinput settings. This is more common for touchpads but
    can apply to some mice.

    A typical workflow involves:

    -a-a-a Installing libinput tools:
    -a-a-a bash

    -a-a-a sudo apt install libinput-tools

    -a-a-a Measuring device properties

    -a-a-a Applying a custom scroll factor

    This approach is documented in general Linux scrollrCaspeed guides. https://dev.to/dutchskull/adjusting-scroll-speed-on-linux-a-quick- guide-1767


    4. DesktoprCaenvironmentrCaspecific tools

    Linux Mint Cinnamon does not currently expose scrollrCawheel speed in its GUI settings (a longrCastanding complaint in Ubuntu/Mint communities).

    Yeah..the communities, our cut and paste coders don't give a f*^&%^*&
    about us.

    At this moment I hesitate to try again, maybe later.
    Thanks for your input!
    --
    Once an organization gains any influence, it will be corrupted from both within and without.

    Edmund
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to alt.os.linux.mint on Tue Jan 20 20:10:13 2026
    From Newsgroup: alt.os.linux.mint

    On Tue, 20 Jan 2026 12:53:12 +0100, Edmund wrote:

    How to lower the speed of mouse scrollwheel?

    In KDE, itrCOs rCLSystem Settings raA Mouse & TouchpadrCY. You have separate controls for rCLPointer speedrCY and rCLScrolling speedrCY, as well as other settings.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Paul@nospam@needed.invalid to alt.os.linux.mint on Tue Jan 20 18:41:16 2026
    From Newsgroup: alt.os.linux.mint

    On Tue, 1/20/2026 8:00 AM, Edmund wrote:
    On 1/20/26 13:37, Alan K. wrote:

    4. DesktoprCaenvironmentrCaspecific tools

    Linux Mint Cinnamon does not currently expose scrollrCawheel speed in its GUI settings (a longrCastanding complaint in Ubuntu/Mint communities).

    Yeah..the communities, our cut and paste coders don't give a f*^&%^*& about us.

    At this moment I hesitate to try again, maybe later.
    Thanks for your input!

    After the OS is booted, try unplugging the mouse and
    plugging the mouse back in. Did the automation
    adjust it for you ? That works for my slightly-to-fast mouse.

    It's strange, that upon boot-discovery, one set of settings
    is used for the mouse. Yet, if you then unplug and replug,
    a second set of settings are used. I've waited a long time
    for that to be fixed, but I guess all the devs have mice from
    the year 2000 :-)

    Paul
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Edmund@nomail@hotmail.com to alt.os.linux.mint on Wed Jan 21 10:38:43 2026
    From Newsgroup: alt.os.linux.mint

    On 1/21/26 00:41, Paul wrote:
    On Tue, 1/20/2026 8:00 AM, Edmund wrote:
    On 1/20/26 13:37, Alan K. wrote:

    4. DesktoprCaenvironmentrCaspecific tools

    Linux Mint Cinnamon does not currently expose scrollrCawheel speed in its GUI settings (a longrCastanding complaint in Ubuntu/Mint communities).

    Yeah..the communities, our cut and paste coders don't give a f*^&%^*& about us.

    At this moment I hesitate to try again, maybe later.
    Thanks for your input!

    After the OS is booted, try unplugging the mouse and
    plugging the mouse back in. Did the automation
    adjust it for you ? That works for my slightly-to-fast mouse.

    It's strange, that upon boot-discovery, one set of settings
    is used for the mouse. Yet, if you then unplug and replug,
    a second set of settings are used. I've waited a long time
    for that to be fixed, but I guess all the devs have mice from
    the year 2000 :-)

    Paul

    Waiting for dev's fixing a bug, you are kidding right?
    --
    Once an organization gains any influence, it will be corrupted from both within and without.

    Edmund
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Paul@nospam@needed.invalid to alt.os.linux.mint on Wed Jan 21 11:23:43 2026
    From Newsgroup: alt.os.linux.mint

    On Wed, 1/21/2026 4:38 AM, Edmund wrote:
    On 1/21/26 00:41, Paul wrote:
    On Tue, 1/20/2026 8:00 AM, Edmund wrote:
    On 1/20/26 13:37, Alan K. wrote:

    4. DesktoprCaenvironmentrCaspecific tools

    Linux Mint Cinnamon does not currently expose scrollrCawheel speed in its GUI settings (a longrCastanding complaint in Ubuntu/Mint communities).

    Yeah..the communities, our cut and paste coders don't give a f*^&%^*& about us.

    At this moment I hesitate to try again, maybe later.
    Thanks for your input!

    After the OS is booted, try unplugging the mouse and
    plugging the mouse back in. Did the automation
    adjust it for you ? That works for my slightly-to-fast mouse.

    It's strange, that upon boot-discovery, one set of settings
    is used for the mouse. Yet, if you then unplug and replug,
    a second set of settings are used. I've waited a long time
    for that to be fixed, but I guess all the devs have mice from
    the year 2000 :-)

    -a-a-a Paul

    Waiting for dev's fixing a bug, you are kidding right?


    Plug cycle the mouse and tell me what you find.

    It's just for my Notes file :-)

    Paul
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to alt.os.linux.mint on Wed Jan 21 22:45:12 2026
    From Newsgroup: alt.os.linux.mint

    On Wed, 21 Jan 2026 10:38:43 +0100, Edmund wrote:

    Waiting for dev's fixing a bug, you are kidding right?

    The code doesnrCOt write itself.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Edmund@nomail@hotmail.com to alt.os.linux.mint on Thu Jan 22 11:52:12 2026
    From Newsgroup: alt.os.linux.mint

    On 1/21/26 17:23, Paul wrote:
    On Wed, 1/21/2026 4:38 AM, Edmund wrote:
    On 1/21/26 00:41, Paul wrote:
    On Tue, 1/20/2026 8:00 AM, Edmund wrote:
    On 1/20/26 13:37, Alan K. wrote:

    4. DesktoprCaenvironmentrCaspecific tools

    Linux Mint Cinnamon does not currently expose scrollrCawheel speed in its GUI settings (a longrCastanding complaint in Ubuntu/Mint communities).

    Yeah..the communities, our cut and paste coders don't give a f*^&%^*& about us.

    At this moment I hesitate to try again, maybe later.
    Thanks for your input!

    After the OS is booted, try unplugging the mouse and
    plugging the mouse back in. Did the automation
    adjust it for you ? That works for my slightly-to-fast mouse.

    It's strange, that upon boot-discovery, one set of settings
    is used for the mouse. Yet, if you then unplug and replug,
    a second set of settings are used. I've waited a long time
    for that to be fixed, but I guess all the devs have mice from
    the year 2000 :-)

    -a-a-a Paul

    Waiting for dev's fixing a bug, you are kidding right?


    Plug cycle the mouse and tell me what you find.

    It's just for my Notes file :-)

    Paul

    Nothing changed.
    --
    Once an organization gains any influence, it will be corrupted from both within and without.

    Edmund
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Paul@nospam@needed.invalid to alt.os.linux.mint on Thu Jan 22 07:06:38 2026
    From Newsgroup: alt.os.linux.mint

    On Thu, 1/22/2026 5:52 AM, Edmund wrote:
    On 1/21/26 17:23, Paul wrote:
    On Wed, 1/21/2026 4:38 AM, Edmund wrote:
    On 1/21/26 00:41, Paul wrote:
    On Tue, 1/20/2026 8:00 AM, Edmund wrote:
    On 1/20/26 13:37, Alan K. wrote:

    4. DesktoprCaenvironmentrCaspecific tools

    Linux Mint Cinnamon does not currently expose scrollrCawheel speed in its GUI settings (a longrCastanding complaint in Ubuntu/Mint communities).

    Yeah..the communities, our cut and paste coders don't give a f*^&%^*& about us.

    At this moment I hesitate to try again, maybe later.
    Thanks for your input!

    After the OS is booted, try unplugging the mouse and
    plugging the mouse back in. Did the automation
    adjust it for you ? That works for my slightly-to-fast mouse.

    It's strange, that upon boot-discovery, one set of settings
    is used for the mouse. Yet, if you then unplug and replug,
    a second set of settings are used. I've waited a long time
    for that to be fixed, but I guess all the devs have mice from
    the year 2000 :-)

    -a-a-a-a Paul

    Waiting for dev's fixing a bug, you are kidding right?


    Plug cycle the mouse and tell me what you find.

    It's just for my Notes file :-)

    -a-a-a Paul

    Nothing changed.

    OK, so we know that the situation is not reproducible
    between mouse models. It's not a systematic behavior.
    Thanks.

    My mouse slows down, when you plug and unplug after the
    boot was finished. But now we know that does not work
    for everyone.

    Paul

    --- Synchronet 3.21a-Linux NewsLink 1.2