diff --git a/data/org.pantheon.desktop.gala.gschema.xml.in b/data/org.pantheon.desktop.gala.gschema.xml.in index 46c6171..c0f540d 100644 --- a/data/org.pantheon.desktop.gala.gschema.xml.in +++ b/data/org.pantheon.desktop.gala.gschema.xml.in @@ -18,7 +18,7 @@ - 'none' + 'open-launcher' Action for the top left corner @@ -58,7 +58,7 @@ If enabled, dropping windows on vertical screen edges maximizes them vertically and resizes them horizontally to cover half of the available area. Dropping windows on the top screen edge maximizes them completely. - '' + 'wingpanel --toggle-indicator=app-launcher' Panel main menu action Sets the command to run when the panel-main-menu keybinding is pressed. @@ -68,7 +68,7 @@ - '' + 'wingpanel --toggle-indicator=app-launcher' @@ -156,7 +156,7 @@ When true, instead of having independent titlebars, modal dialogs appear attached to the titlebar of the parent window and are moved together with the parent window. - 'close:maximize' + 'appmenu:close' Arrangement of buttons on the titlebar Arrangement of buttons on the titlebar. The value should be a string, such as "menu:minimize,maximize,spacer,close"; the colon separates the left corner of the window from the right corner, and the button names are comma-separated. Duplicate buttons are not allowed. Unknown button names are silently ignored so that buttons can be added in future metacity versions without breaking older versions. A special spacer tag can be used to insert some space between two adjacent buttons.