diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-24 23:10:33 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-24 23:10:33 +0100 |
commit | 7619669f31947632b66f31d7799e79eef5af43d1 (patch) | |
tree | 0bc6d2dada454083ae029746d27873e403a113a9 /maximus/org.mate.maximus.gschema.xml.in.in | |
parent | 8a8a536a4191bc1284d38b2edc199c7157339aa1 (diff) | |
download | mate-netbook-7619669f31947632b66f31d7799e79eef5af43d1.tar.bz2 mate-netbook-7619669f31947632b66f31d7799e79eef5af43d1.tar.xz |
Enable maximus only if window picker applet is active
Diffstat (limited to 'maximus/org.mate.maximus.gschema.xml.in.in')
-rw-r--r-- | maximus/org.mate.maximus.gschema.xml.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maximus/org.mate.maximus.gschema.xml.in.in b/maximus/org.mate.maximus.gschema.xml.in.in index f7ddce4..8f0c635 100644 --- a/maximus/org.mate.maximus.gschema.xml.in.in +++ b/maximus/org.mate.maximus.gschema.xml.in.in @@ -11,12 +11,12 @@ <_description>A binding</_description> </key> <key name="undecorate" type="b"> - <default>true</default> + <default>false</default> <_summary>Undecorate windows when maximized</_summary> <_description>Undecorate windows when maximized</_description> </key> <key name="no-maximize" type="b"> - <default>false</default> + <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> |