summaryrefslogtreecommitdiff
path: root/maximus/org.mate.maximus.gschema.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'maximus/org.mate.maximus.gschema.xml.in')
-rw-r--r--maximus/org.mate.maximus.gschema.xml.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/maximus/org.mate.maximus.gschema.xml.in b/maximus/org.mate.maximus.gschema.xml.in
new file mode 100644
index 0000000..0fde1cc
--- /dev/null
+++ b/maximus/org.mate.maximus.gschema.xml.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>false</default>
+ <summary>Undecorate windows when maximized</summary>
+ <description>Undecorate windows when maximized</description>
+ </key>
+ <key name="no-maximize" type="b">
+ <default>true</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>