b8f9a108f9
The foo mode will have a different default value for button-layout as compared to the standard GNOME 3 mode. To avoid one mode from overwriting the setting from another, lets use a different schema for this mode. https://bugzilla.gnome.org/show_bug.cgi?id=689234
14 lines
482 B
Plaintext
14 lines
482 B
Plaintext
<schemalist>
|
|
<schema id="org.gnome.shell-foo.overrides" path="/org/gnome/shell-foo/overrides/"
|
|
gettext-domain="@GETTEXT_PACKAGE@">
|
|
<key name="button-layout" type="s">
|
|
<default>":minimize,close"</default>
|
|
<_summary>Arrangement of buttons on the titlebar</_summary>
|
|
<_description>
|
|
This key overrides the key in org.gnome.desktop.wm.preferences when
|
|
running GNOME Shell in Foo mode.
|
|
</_description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|