如何使用鼠标滚动隐藏窗口?

dag*_*729 8 mouse gnome window-manager mouse-scroll

我曾经在标题栏上滚动时设置鼠标滚动以隐藏窗口:唉,我不记得我是怎么做到的......

你能告诉我如何实现它吗?

Nic*_* HS 13

你很幸运!就在前几天,我正在尝试这样做并发现了方法。

  1. Alt+ 调F2出“运行应用程序”对话框
  2. 输入gconf-editor然后按Enter
  3. 转到应用程序-> gwd
  4. 双击该mouse_wheel_action
  5. 输入shade作为值。按确定,瞧!


jok*_*ino 5

对于 12.10

在终端中运行此命令:

gsettings set org.compiz.gwd mouse-wheel-action "shade"
Run Code Online (Sandbox Code Playgroud)

或者,您可以使用 dconf-editor安装 dconf 工具 编辑设置。

打开dconf-editor并导航到org? compiz? gwd并输入shademouse-wheel-action

dconf-工具