7

I just upgraded from 20.04 to 22.04 and so far I am loving the new update.

After changing the dock to auto hide I found that when you move your mouse to the left side of the screen and scroll it switches between different desktops. All though this is a nice addition it does not work well with auto-hide dock. Especially when there is a lot of apps on the dock and I have to scroll down to access them I always accidentally move my mouse close to the edge and then instead of scrolling the dock I scroll to a different desktop.

You can already change to next desktop quickly by going to activities overview and scrolling so is there anyway to disable the scroll between desktops at the left side of the screen?

2 Answers2

7

As vanadium put in his answer, the extension setting is not exposed in UI. But you can install dconf-editor and change the scroll-option to do-nothing setting under the dash-to-dock extension.

Or you can change in command line itself by,

gsettings set org.gnome.shell.extensions.dash-to-dock scroll-action 'do-nothing'

Thanks!

Sivaram
  • 86
0

Ubuntu 22.04

Right click to the Desktop -> "Configure Desktop and Wallpaper..." -> "Mouse Actions" -> Here remove "Vertical-Scroll" action for "Switch Desktop"

bugs_
  • 101