From c7cb503003afe9e93c3b9bdaf22c2c096c3e4e2d Mon Sep 17 00:00:00 2001 From: Charlie Brej Date: Sun, 11 Mar 2007 02:39:07 +0000 Subject: [PATCH] add action_{middle|right}_click_titlebar. Closes #408903. 2007-03-10 Charlie Brej * src/metacity.schemas.in: add action_{middle|right}_click_titlebar. Closes #408903. svn path=/trunk/; revision=3107 --- ChangeLog | 5 +++++ src/metacity.schemas.in | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9f75ce8aa..faa353f0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-10 Charlie Brej + + * src/metacity.schemas.in: add action_{middle|right}_click_titlebar. + Closes #408903. + 2007-03-09 Linus Torvalds * src/frames.c (meta_frame_middle_click_event, diff --git a/src/metacity.schemas.in b/src/metacity.schemas.in index 5557d0dea..05c24bcac 100644 --- a/src/metacity.schemas.in +++ b/src/metacity.schemas.in @@ -123,6 +123,42 @@ + + /schemas/apps/metacity/general/action_middle_click_titlebar + /apps/metacity/general/action_middle_click_titlebar + metacity + string + lower + + Action on title bar middle-click + + 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. + + + + + + /schemas/apps/metacity/general/action_right_click_titlebar + /apps/metacity/general/action_right_click_titlebar + metacity + string + menu + + Action on title bar right-click + + 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. + + + + /schemas/apps/metacity/general/auto_raise /apps/metacity/general/auto_raise