~dbarth/compiz/reworked-fix-744104

« back to all changes in this revision

Viewing changes to unity/unity_window_decorator/src/gwd.schemas.in

  • Committer: David Barth
  • Date: 2011-04-05 20:20:54 UTC
  • Revision ID: david.barth@canonical.com-20110405202054-fnh0y5t2s228mf4k
re-integrate the unity-window-decorator, for real this time

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<gconfschemafile>
 
2
    <schemalist>
 
3
        <schema>
 
4
            <key>/schemas/apps/gwd/blur_type</key>
 
5
            <applyto>/apps/gwd/blur_type</applyto>
 
6
            <owner>gwd</owner>
 
7
            <type>string</type>
 
8
            <default>none</default>
 
9
            <locale name="C">
 
10
                <short>Blur type</short>
 
11
                <long>Type of blur used for window decorations</long>
 
12
            </locale>
 
13
        </schema>
 
14
        <schema>
 
15
            <key>/schemas/apps/gwd/use_metacity_theme</key>
 
16
            <applyto>/apps/gwd/use_metacity_theme</applyto>
 
17
            <owner>gwd</owner>
 
18
            <type>bool</type>
 
19
            <default>true</default>
 
20
            <locale name="C">
 
21
                <short>Use metacity theme</short>
 
22
                <long>Use metacity theme when drawing window decorations</long>
 
23
            </locale>
 
24
        </schema>
 
25
        <schema>
 
26
            <key>/schemas/apps/gwd/mouse_wheel_action</key>
 
27
            <applyto>/apps/gwd/mouse_wheel_action</applyto>
 
28
            <owner>gwd</owner>
 
29
            <type>string</type>
 
30
            <default>none</default>
 
31
            <locale name="C">
 
32
                <short>Title bar mouse wheel action</short>
 
33
                <long>Action to take when scrolling the mouse wheel on a window title bar.</long>
 
34
            </locale>
 
35
        </schema>
 
36
        <schema>
 
37
            <key>/schemas/apps/gwd/metacity_theme_opacity</key>
 
38
            <applyto>/apps/gwd/metacity_theme_opacity</applyto>
 
39
            <owner>gwd</owner>
 
40
            <type>float</type>
 
41
            <default>0.75</default>
 
42
            <locale name="C">
 
43
                <short>Metacity theme opacity</short>
 
44
                <long>Opacity to use for metacity theme decorations</long>
 
45
            </locale>
 
46
        </schema>
 
47
        <schema>
 
48
            <key>/schemas/apps/gwd/metacity_theme_shade_opacity</key>
 
49
            <applyto>/apps/gwd/metacity_theme_shade_opacity</applyto>
 
50
            <owner>gwd</owner>
 
51
            <type>bool</type>
 
52
            <default>true</default>
 
53
            <locale name="C">
 
54
                <short>Metacity theme opacity shade</short>
 
55
                <long>Shade windows with metacity theme decorations from opaque to translucent</long>
 
56
            </locale>
 
57
        </schema>
 
58
        <schema>
 
59
            <key>/schemas/apps/gwd/metacity_theme_active_opacity</key>
 
60
            <applyto>/apps/gwd/metacity_theme_active_opacity</applyto>
 
61
            <owner>gwd</owner>
 
62
            <type>float</type>
 
63
            <default>1.0</default>
 
64
            <locale name="C">
 
65
                <short>Metacity theme active window opacity</short>
 
66
                <long>Opacity to use for active windows with metacity theme decorations</long>
 
67
            </locale>
 
68
        </schema>
 
69
        <schema>
 
70
            <key>/schemas/apps/gwd/metacity_theme_active_shade_opacity</key>
 
71
            <applyto>/apps/gwd/metacity_theme_active_shade_opacity</applyto>
 
72
            <owner>gwd</owner>
 
73
            <type>bool</type>
 
74
            <default>true</default>
 
75
            <locale name="C">
 
76
                <short>Metacity theme active window opacity shade</short>
 
77
                <long>Shade active windows with metacity theme decorations from opaque to translucent</long>
 
78
            </locale>
 
79
        </schema>
 
80
    </schemalist>  
 
81
</gconfschemafile>