blob: a348e9b9ad443c01a0af5848844aea98464ebd85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<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>
|