summaryrefslogtreecommitdiff
path: root/src/metacity.schemas.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/metacity.schemas.in.in')
-rw-r--r--src/metacity.schemas.in.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/metacity.schemas.in.in b/src/metacity.schemas.in.in
index 41b7c267..a9dd3977 100644
--- a/src/metacity.schemas.in.in
+++ b/src/metacity.schemas.in.in
@@ -15,6 +15,8 @@
Clicking a window while holding down this modifier key
will move the window (left click), resize the window
(middle click), or show the window menu (right click).
+ The left and right operations may be swapped
+ using the "mouse_button_resize" key.
Modifier is expressed as "<Alt>" or "<Super>"
for example.
</long>
@@ -22,6 +24,23 @@
</schema>
<schema>
+ <key>/schemas/apps/metacity/general/resize_with_right_button</key>
+ <applyto>/apps/metacity/general/resize_with_right_button</applyto>
+ <owner>metacity</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Whether to resize with the right button</short>
+ <long>
+ Set this to true to resize with the right button and show a menu
+ with the middle button while holding down the key given in
+ "mouse_button_modifier"; set it to false to make it work the
+ opposite way around.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
<key>/schemas/apps/metacity/general/button_layout</key>
<applyto>/apps/metacity/general/button_layout</applyto>
<owner>metacity</owner>