summaryrefslogtreecommitdiff
path: root/src/metacity.schemas.in
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-10-18 21:22:27 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-10-18 21:22:27 +0000
commit1094410ff820862eac1088d344aa1657ad7001fb (patch)
tree7e1d4f86bfd2d19197386f60e4fa51f493a9b985 /src/metacity.schemas.in
parent6e90c238e8cd255aba5544d40d87570dba3af7ac (diff)
downloadmetacity-1094410ff820862eac1088d344aa1657ad7001fb.tar.gz
add "what happens when you double click the titlebar" setting, patch from
2002-10-18 Havoc Pennington <hp@redhat.com> * src/prefs.c, src/frames.c: add "what happens when you double click the titlebar" setting, patch from Sean Middleditch bug #95625. This is basically an "add Windows emulation mode" patch.
Diffstat (limited to 'src/metacity.schemas.in')
-rw-r--r--src/metacity.schemas.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/metacity.schemas.in b/src/metacity.schemas.in
index 7b0d7234..1cf1b507 100644
--- a/src/metacity.schemas.in
+++ b/src/metacity.schemas.in
@@ -62,6 +62,23 @@
</schema>
<schema>
+ <key>/schemas/apps/metacity/general/action_double_click_titlebar</key>
+ <applyto>/apps/metacity/general/action_double_click_titlebar</applyto>
+ <owner>metacity</owner>
+ <type>string</type>
+ <default>toggle_shade</default>
+ <locale name="C">
+ <short>Action on title bar double-click</short>
+ <long>
+ This option determines the effects of double-clicking on the
+ title bar. Current valid options are 'toggle_shade', which will
+ shade/unshade the window, and 'toggle_maximize' which will
+ maximize/unmaximize the window.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
<key>/schemas/apps/metacity/general/auto_raise</key>
<applyto>/apps/metacity/general/auto_raise</applyto>
<owner>metacity</owner>