如何停止滚动以在 Unity 中的窗口之间切换?

Ull*_*loo 10 unity application-switcher scrolling 16.04

我在浏览网站时不小心将鼠标移到启动器上,然后在尝试滚动时切换到其他窗口。我从来没有故意以这种方式切换应用程序,我真的很想禁用它。但是,我搜索了设置窗口,但没有看到这样做的选项。

如何禁用此行为?

Ull*_*loo 7

在 Ubuntu 16.04 中,禁用它相当简单,即使它不直观。只需在终端中输入以下命令:

gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ scroll-inactive-icons false
Run Code Online (Sandbox Code Playgroud)

如果您想重新启用它,只需执行相反的操作:

gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ scroll-inactive-icons true
Run Code Online (Sandbox Code Playgroud)