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