summaryrefslogtreecommitdiff
path: root/maximus/org.mate.maximus.gschema.xml.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'maximus/org.mate.maximus.gschema.xml.in.in')
-rw-r--r--maximus/org.mate.maximus.gschema.xml.in.in24
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>