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

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.

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

Advantech AOM-2721 is now Ubuntu Certified

Canonical announces that the Advantech AOM-2721 is officially joining the list of Ubuntu Certified Hardware.…

9 hours ago

Ruby and Rails Performance Roundup: The Backlog Edition

Yet again instead of tweets, a blog post. The backlog got out of hand -…

10 hours ago

How to Deploy OpenProject on Ubuntu VPS

This article provides a guide demonstrating how to deploy OpenProject on Ubuntu VPS. What is…

10 hours ago

Canonical integrates NVIDIA Nemotron 3.5 Lightning with Ubuntu for always-on AI agents

Canonical is pleased to announce that  NVIDIA’s newly introduced NVIDIA Nemotron 3.5 Lightning, an open,…

2 days ago

Xfwl4’s Second Preview Release

I’m pleased to announce the second preview release of xfwl4, Xfce’s Wayland compositor, version 4.21.1.…

2 days ago

How to Install, Secure, and Set Up MySQL on Ubuntu 26.04 LTS

If you have been using an ecommerce store to place online orders or have been…

3 days ago