diff options
author | Charlie Brej <cbrej@cs.man.ac.uk> | 2007-03-11 02:39:07 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2007-03-11 02:39:07 +0000 |
commit | c7cb503003afe9e93c3b9bdaf22c2c096c3e4e2d (patch) | |
tree | 1a2c174f16031890a98a5e32aa1dc8852a2db9c8 /src/metacity.schemas.in | |
parent | dc9880ea7e3ca8aed25d5003e6c8f1f0f044c06e (diff) | |
download | metacity-c7cb503003afe9e93c3b9bdaf22c2c096c3e4e2d.tar.gz |
add action_{middle|right}_click_titlebar. Closes #408903.
2007-03-10 Charlie Brej <cbrej@cs.man.ac.uk>
* src/metacity.schemas.in: add action_{middle|right}_click_titlebar.
Closes #408903.
svn path=/trunk/; revision=3107
Diffstat (limited to 'src/metacity.schemas.in')
-rw-r--r-- | src/metacity.schemas.in | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/metacity.schemas.in b/src/metacity.schemas.in index 5557d0de..05c24bca 100644 --- a/src/metacity.schemas.in +++ b/src/metacity.schemas.in @@ -124,6 +124,42 @@ </schema> <schema> + <key>/schemas/apps/metacity/general/action_middle_click_titlebar</key> + <applyto>/apps/metacity/general/action_middle_click_titlebar</applyto> + <owner>metacity</owner> + <type>string</type> + <default>lower</default> + <locale name="C"> + <short>Action on title bar middle-click</short> + <long> + This option determines the effects of middle-clicking on the + title bar. Current valid options are 'toggle_shade', which will + shade/unshade the window, 'toggle_maximize' which will + maximize/unmaximize the window, 'minimize' which will minimize + the window, and 'none' which will not do anything. + </long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/metacity/general/action_right_click_titlebar</key> + <applyto>/apps/metacity/general/action_right_click_titlebar</applyto> + <owner>metacity</owner> + <type>string</type> + <default>menu</default> + <locale name="C"> + <short>Action on title bar right-click</short> + <long> + This option determines the effects of right-clicking on the + title bar. Current valid options are 'toggle_shade', which will + shade/unshade the window, 'toggle_maximize' which will + maximize/unmaximize the window, 'minimize' which will minimize + the window, and 'none' which will not do anything. + </long> + </locale> + </schema> + + <schema> <key>/schemas/apps/metacity/general/auto_raise</key> <applyto>/apps/metacity/general/auto_raise</applyto> <owner>metacity</owner> |