Categories: Ubuntu

How to Change Mouse Scroll Speed in Ubuntu

“Ubuntu does not have a configuration option to set the scroll speed of the mouse under System Settings. It is a significant disadvantage of this operating system. That’s why users requested to add a new scroll speed control feature through the GNOME development page two years ago.

Still, no official setting is launched in Ubuntu to control the scroll speed of the mouse. Please read this guide if you are an Ubuntu user and want to adjust or change the scroll speed. In this guide, we will explain how to change the mouse scroll speed in Ubuntu.”

How to Change Mouse Scroll Speed in Ubuntu

Sponsored

Linux users often have problems with changing the mouse scroll speed. As big a problem as it looks, it’s easier to solve and adjust the speed of the mouse. This article will change the mouse scroll speed through two different methods.

From the Terminal

You only need to run the following curl command, which will directly show a UI on your terminal screen. You can change the mouse scroll speed in Ubuntu from this new pop-up options menu.

bash (curl -s http://www.nicknorton.net/mousewheel.sh)

This method does not require you to copy the script manually or change the permissions.

Install Imwheel Manually

Imwheel is a tool by which you can change the behavior of the mouse wheel on a per-program basis. You can use the following steps to change the mouse scroll speed on Ubuntu:

You can install the Imwheel tool on your system by running the following command:

sudo apt install imwheel

Once Imwheel is installed, visit nicknorton.net and copy the complete script. Now, paste the script into Text Editor and name the file mousewheel.sh.

Sponsored

To set up the .sh file with a suitable code and create the file, go to the location where you have saved your file:

Now, use the “chmod” command to configure the script for launching the imwheel:

chmod +x mousewheel.sh

Finally, enter the below command to launch the imwheel from the terminal:

./moushewheel.sh

Doing so will open the dialog box to set mouse scroll speed on your terminal screen, with the help of which you can change your mouse scroll speed in Ubuntu.

Using this method, you can change your mouse scroll speed in Ubuntu by following the steps above.

Wrapping Up

In the above guide, we have explained different methods to change the mouse scroll speed in Ubuntu. The first method is easy and straightforward because you just have to execute a single one to get control of the mouse scroll speed. However, the other one is a manual process using the imwheel tool. So it depends on your system requirements because we have used the above methods in multiple systems. Hence, there are some chances that you may face an issue in using the first method, so you can use the second one.

Ubuntu Server Admin

Recent Posts

Linux Sed Tutorial: Learn Text Editing with Syntax and Examples

This article was adapted from its original version on NixCraft. Sed is an acronym for…

5 hours ago

How to Fix VMware’s “Could not open /dev/vmmon” Error on Ubuntu

You’ve recently installed VMware Workstation on your Ubuntu system and encountered the frustrating “Could not…

13 hours ago

How to Fix Ubuntu 404 Errors While Fetching Dependencies

Have you ever found yourself staring at a terminal full of 404 errors while trying…

13 hours ago

How to Fix ‘Please Install All Available Updates’ Error When Upgrading Ubuntu 18.04 to 20.04 LTS

One particularly frustrating error that many users face when trying to upgrade from Ubuntu 18.04 …

13 hours ago

How to fix “Release is not valid yet” Error in Docker Containers

In the world of containerization, time synchronization issues can create unexpected roadblocks when working with…

13 hours ago

How to fix “Externally Managed Environment” Pip Errors on Ubuntu

If you’ve recently upgraded to Ubuntu 23.04 or newer, you might have encountered a frustrating…

13 hours ago