diff options
author | Stefano Karapetsas <[email protected]> | 2014-05-04 22:58:57 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-05-04 22:58:57 +0200 |
commit | 99d35bbbabfb135a5597d5f4b2a0daf92efa99dc (patch) | |
tree | 68cb3eb3660789934c35176f492ce0650b7107d2 | |
parent | 5e54ce21100e02e0543d891e3bf8dc1782fa0db2 (diff) | |
download | mate-desktop-99d35bbbabfb135a5597d5f4b2a0daf92efa99dc.tar.bz2 mate-desktop-99d35bbbabfb135a5597d5f4b2a0daf92efa99dc.tar.xz |
org.mate.interface: Add gtk-decoration-layout key
See https://github.com/mate-desktop/mate-settings-daemon/issues/63
-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> |