diff options
author | zhuyaliang <[email protected]> | 2021-04-01 10:06:48 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-05 14:02:29 +0200 |
commit | 8245b0e9dadb7c8be534301bf0060227199e79d6 (patch) | |
tree | 951c7992ff4f44624ed149baeb36ff8a6839f7cd /applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in | |
parent | e9d2e89f5b66574401376c6ef64c856a6cee7f44 (diff) | |
download | mate-panel-8245b0e9dadb7c8be534301bf0060227199e79d6.tar.bz2 mate-panel-8245b0e9dadb7c8be534301bf0060227199e79d6.tar.xz |
Add window list disable mouse scrolling function
Diffstat (limited to 'applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in')
-rw-r--r-- | applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in b/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in index 0f2d871d..a02301f5 100644 --- a/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in +++ b/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in @@ -20,5 +20,10 @@ <summary>Move windows to current workspace when unminimized</summary> <description>If true, then when unminimizing a window, move it to the current workspace. Otherwise, switch to the workspace of the window.</description> </key> + <key name="scroll-enabled" type="b"> + <default>true</default> + <summary>Whether to enable mouse scrolling in the switch window list</summary> + <description>If true, enable mouse scrolling in window list, otherwise disable mouse scrolling in window list.</description> + </key> </schema> </schemalist> |