diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-13 12:11:10 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-13 12:11:10 +0100 |
commit | 7b5a0590dec1342bc64b4d3372498ded5a7d06ac (patch) | |
tree | b6b36f40ca43ddf662b99949805f0dff5437a4ae /maximus/org.mate.maximus.gschema.xml.in.in | |
parent | fbef320f6d79dfdddfc2e77ac98936fbe1d5e183 (diff) | |
download | mate-netbook-7b5a0590dec1342bc64b4d3372498ded5a7d06ac.tar.bz2 mate-netbook-7b5a0590dec1342bc64b4d3372498ded5a7d06ac.tar.xz |
maximus: migrate to gsettings and drop libmateui
Diffstat (limited to 'maximus/org.mate.maximus.gschema.xml.in.in')
-rw-r--r-- | maximus/org.mate.maximus.gschema.xml.in.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/maximus/org.mate.maximus.gschema.xml.in.in b/maximus/org.mate.maximus.gschema.xml.in.in new file mode 100644 index 0000000..f7ddce4 --- /dev/null +++ b/maximus/org.mate.maximus.gschema.xml.in.in @@ -0,0 +1,24 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.maximus" path="/org/mate/maximus/"> + <key name="exclude-class" type="as"> + <default>[ 'Totem' ]</default> + <_summary>A list of exclusion strings which apply to the window class.</_summary> + <_description>A list of exclusion strings which apply to the window class</_description> + </key> + <key name="binding" type="s"> + <default>'disabled'</default> + <_summary>A binding</_summary> + <_description>A binding</_description> + </key> + <key name="undecorate" type="b"> + <default>true</default> + <_summary>Undecorate windows when maximized</_summary> + <_description>Undecorate windows when maximized</_description> + </key> + <key name="no-maximize" type="b"> + <default>false</default> + <_summary>Do not automatically maximize newly opened windows</_summary> + <_description>Do not automatically maximize newly opened windows. If undecorate is set, will still undecorate maximised windows.</_description> + </key> + </schema> +</schemalist> |