summaryrefslogtreecommitdiff
path: root/maximus/org.mate.maximus.gschema.xml.in
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-08 12:39:43 +0200
committerinfirit <[email protected]>2015-09-08 12:39:43 +0200
commitddf66032a7375c70befe4a0d72ba04d7bc6b0f15 (patch)
treef6cc61780b35fa67e7b1cf54e318a3ecb449804b /maximus/org.mate.maximus.gschema.xml.in
parenteb03540f077e40956544234451975001ab2fa4f0 (diff)
downloadmate-netbook-ddf66032a7375c70befe4a0d72ba04d7bc6b0f15.tar.bz2
mate-netbook-ddf66032a7375c70befe4a0d72ba04d7bc6b0f15.tar.xz
Rework gsettings schema building
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
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>