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/maximus.schemas | |
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/maximus.schemas')
-rw-r--r-- | maximus/maximus.schemas | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/maximus/maximus.schemas b/maximus/maximus.schemas deleted file mode 100644 index a348e9b..0000000 --- a/maximus/maximus.schemas +++ /dev/null @@ -1,54 +0,0 @@ -<mateconfschemafile> - <schemalist> - <schema> - <key>/schemas/apps/maximus/exclude_class</key> - <applyto>/apps/maximus/exclude_class</applyto> - <owner>maximus</owner> - <type>list</type> - <list_type>string</list_type> - <default>[Totem]</default> - <locale name="C"> - <short>A list of exclusion strings which apply to the window class.</short> - <long>A list of exclusion strings which apply to the window class</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/maximus/binding</key> - <applyto>/apps/maximus/binding</applyto> - <owner>maximus</owner> - <type>string</type> - <default>disabled</default> - <locale name="C"> - <short>A binding</short> - <long>A binding</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/maximus/undecorate</key> - <applyto>/apps/maximus/undecorate</applyto> - <owner>maximus</owner> - <type>bool</type> - <default>1</default> - <locale name="C"> - <short>Undecorate windows when maximized</short> - <long>Undecorate windows when maximized</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/maximus/no_maximize</key> - <applyto>/apps/maximus/no_maximize</applyto> - <owner>maximus</owner> - <type>bool</type> - <default>0</default> - <locale name="C"> - <short>Do not automatically maximize newly opened windows</short> - <long>Do not automatically maximize newly opened windows. If undecorate is set, will still undecorate maximised windows.</long> - </locale> - </schema> - - </schemalist> -</mateconfschemafile> - |