diff options
author | Nik Soggia <[email protected]> | 2023-02-11 11:00:30 +0100 |
---|---|---|
committer | Luke from DC <[email protected]> | 2023-02-14 01:16:15 +0000 |
commit | 99ad8a5e42c5973cdee42c86c7fbd5b1a3ebb081 (patch) | |
tree | 6527aeb3c686e9bf5b0ea8a5754b1e7aa42b5bf4 /applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in | |
parent | 28300f782fcb5849719260ec3fb2e998d02f6596 (diff) | |
download | mate-panel-99ad8a5e42c5973cdee42c86c7fbd5b1a3ebb081.tar.bz2 mate-panel-99ad8a5e42c5973cdee42c86c7fbd5b1a3ebb081.tar.xz |
Update org.mate.panel.applet.window-list.gschema.xml.in
Fix for "no option to disable middle-click to close in window list"
https://github.com/mate-desktop/mate-panel/issues/962#issuecomment-1418934577
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 a02301f5..93f32b46 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 @@ -25,5 +25,10 @@ <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> + <key name="middle-click-close" type="b"> + <default>true</default> + <summary>Close window on middle mouse click</summary> + <description>If true, then clicking the middle mouse button over a taskbar item will close the window.</description> + </key> </schema> </schemalist> |