blob: c3b79b169007e07eda5c60a792117ca8405446af (
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
|
<compiz>
<plugin name="sanity">
<_short>Sanity</_short>
<_long>Ensures a core set of plugins are always loaded.</_long>
<category>Utility</category>
<deps>
<requirement>
<plugin>decoration</plugin>
<plugin>place</plugin>
<plugin>resize</plugin>
<plugin>move</plugin>
<feature>windowanimations</feature>
<feature>largedesktop</feature>
</requirement>
<relation type="after">
<feature>windowanimations</feature>
<feature>largedesktop</feature>
</relation>
</deps>
</plugin>
</compiz>
|