~vanvugt/compiz-plugins-main/fix-915236

7 by Sam Spilsbury
Sync in changes from upstream
1
<?xml version="1.0"?>
2
<compiz>
3
	<plugin name="kdecompat" useBcop="true">
4
		<category>General</category>
5
		<_short>KDE Compatibility</_short>
6
		<_long>KDE compatibility plugin</_long>
7
		<deps>
8
			<relation type="after">
9
				<plugin>animation</plugin>
10
				<plugin>composite</plugin>
11
				<plugin>opengl</plugin>
12
				<plugin>decor</plugin>
13
			</relation>
14
			<requirement>
15
				<plugin>opengl</plugin>
16
			</requirement>
17
		</deps>
18
		<options>
19
			<option name="plasma_thumbnails" type="bool">
20
				<_short>Support Plasma Thumbnails</_short>
21
				<_long>Support window thumbnails in Plasma window tooltips</_long>
22
				<default>true</default>
23
			</option>
24
			<option name="present_windows" type="bool">
25
				<_short>Support Present Windows</_short>
26
				<_long>Support the "present windows" effect for Plasma task groups</_long>
27
				<default>true</default>
28
			</option>
29
			<option name="window_blur" type="bool">
30
				<_short>Support Blur Effect</_short>
31
				<_long>Support the "blur behind windows effect (requires the blur plugin to be loaded)</_long>
32
				<default>true</default>
33
			</option>
34
			<group>
35
				<_short>Popup Slide Effect</_short>
36
				<option name="sliding_popups" type="bool">
37
					<_short>Sliding Popups</_short>
38
					<_long>Activate slide effect for popup windows</_long>
39
					<default>true</default>
40
				</option>
41
				<option name="slide_in_duration" type="int">
42
					<_short>Slide In Duration</_short>
43
					<_long>Duration of popup slide in effect (in ms)</_long>
44
					<min>50</min>
45
					<max>1000</max>
46
					<default>250</default>
47
				</option>
48
				<option name="slide_out_duration" type="int">
49
					<_short>Slide Out Duration</_short>
50
					<_long>Duration of popup slide out effect (in ms)</_long>
51
					<min>50</min>
52
					<max>1000</max>
53
					<default>250</default>
54
				</option>
55
			</group>
56
		</options>
57
	</plugin>
58
</compiz>
59