How to stop scrolling from switching between windows in Unity?
I keep accidentally moving my mouse over the launcher while I'm browsing websites and then switching to other windows when I try to scroll. I've never purposefully switched applications this way, and I'd really like to disable it. However, I've searched the settings window, and I don't see an option do so.
How can I disable this behavior?
In Ubuntu 16.04, this is fairly straightforward to disable, even if it isn't intuitive. Simply enter the following command in a terminal:
gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ scroll-inactive-icons false
If you ever want to re-enable it, just do the opposite:
gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ scroll-inactive-icons true