~3v1n0/unity/scroll-event-support

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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="UTF-8"?>
<compiz>
    <plugin name="unityshell" useBcop="true">
        <_short>Ubuntu Unity Plugin</_short>
        <_long>Plugin to draw the Unity Shell</_long>
        <category>Desktop</category>
        <deps>
            <relation type="after">
                <plugin>bailer</plugin>
                <plugin>detection</plugin>
                <plugin>composite</plugin>
                <plugin>opengl</plugin>
                <plugin>mousepoll</plugin>
                <plugin>move</plugin>
                <plugin>resize</plugin>
                <plugin>decor</plugin>
                <plugin>compiztoolbox</plugin>
                <plugin>place</plugin>
                <plugin>session</plugin>
                <plugin>animation</plugin>
                <plugin>regex</plugin>
                <plugin>cube</plugin>
                <plugin>rotate</plugin>
                <plugin>cubeaddon</plugin>
                <plugin>gnomecompat</plugin>
                <plugin>vpswitch</plugin>
                <plugin>fade</plugin>
                <plugin>staticswitcher</plugin>
                <plugin>scale</plugin>
                <plugin>expo</plugin>
                <plugin>ezoom</plugin>
                <plugin>wall</plugin>
            </relation>
            <requirement>
                <plugin>opengl</plugin>
                <plugin>wall</plugin>
            </requirement>
        </deps>
        <options>
	          <group>
                <_short>Behaviour</_short>
	              <option name="launcher_autohide" type="bool">
                    <_short>Autohide Launcher</_short>
                    <_long>Make the launcher hide automatically after some time inactive</_long>
                    <default>true</default>
	              </option>
	              <option name="show_launcher" type="key">
                    <_short>Key to show the launcher</_short>
                    <_long>Make the launcher appear with that key</_long>
                    <default>&lt;Super&gt;</default>
                  </option>
	          </group>
	          <group>
                <_short>Experimental</_short>
                <option name="backlight_always_on" type="bool">
                    <_short>Backlight Always On</_short>
                    <_long>Make the launcher icons always have a backlight</_long>
                    <default>true</default>
                </option>
                <option name="launch_animation" type="int">
                    <_short>Launch Animation</_short>
                    <_long>Animation played when a launcher icon is in the process of spawning a process</_long>
                    <min>0</min>
                    <max>2</max>
                    <default>1</default>
                    <desc>
                        <value>0</value>
                        <_name>None</_name>
                    </desc>
                    <desc>
                        <value>1</value>
                        <_name>Pulse Until Running</_name>
                    </desc>
                    <desc>
                        <value>2</value>
                        <_name>Blink</_name>
                    </desc>
                </option>
                <option name="urgent_animation" type="int">
                    <_short>Urgent Animation</_short>
                    <_long>Animation played when a launcher icon is in the urgent state</_long>
                    <min>0</min>
                    <max>2</max>
                    <default>2</default>
                    <desc>
                        <value>0</value>
                        <_name>None</_name>
                    </desc>
                    <desc>
                        <value>1</value>
                        <_name>Pulse</_name>
                    </desc>
                    <desc>
                        <value>2</value>
                        <_name>Wiggle</_name>
                    </desc>
                </option>
            </group>
        </options>
    </plugin>
</compiz>