diff options
author | Stefano Karapetsas <[email protected]> | 2014-05-04 22:58:57 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-05-05 21:17:36 +0200 |
commit | 8f598ba6aa109343ea3a92635bb60084ed095584 (patch) | |
tree | 11a337142fb2b5292ff811e44e9630756c32c2f3 /schemas/org.mate.interface.gschema.xml.in.in | |
parent | 70a0c60a8fbb2d2a106be3e50bf6e98dfbc0e19c (diff) | |
download | mate-desktop-8f598ba6aa109343ea3a92635bb60084ed095584.tar.bz2 mate-desktop-8f598ba6aa109343ea3a92635bb60084ed095584.tar.xz |
org.mate.interface: Add gtk-decoration-layout key
See https://github.com/mate-desktop/mate-settings-daemon/issues/63
Diffstat (limited to 'schemas/org.mate.interface.gschema.xml.in.in')
-rw-r--r-- | schemas/org.mate.interface.gschema.xml.in.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/org.mate.interface.gschema.xml.in.in b/schemas/org.mate.interface.gschema.xml.in.in index 48cf7cb..1721c69 100644 --- a/schemas/org.mate.interface.gschema.xml.in.in +++ b/schemas/org.mate.interface.gschema.xml.in.in @@ -140,5 +140,10 @@ <_summary>Show the 'Unicode Control Character' menu</_summary> <_description>Whether the context menus of entries and text views should offer to insert control characters.</_description> </key> + <key name="gtk-decoration-layout" type="s"> + <default>'menu:minimize,maximize,close'</default> + <_summary>Titlebar layout of GTK3 client-side decorated windows</_summary> + <_description>This setting determines which buttons should be put in the titlebar of client-side decorated windows, and whether they should be placed at the left of right. See https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-decoration-layout.</_description> + </key> </schema> </schemalist> |